Does Apache include any sort of database integration?
Answer / deepak
No. Apache is a Web (HTTP) server, not an application
server. The base package does not include any such
functionality. See the PHP project and the mod_perl project
for examples of modules that allow you to work with
databases from within the Apache environment.
| Is This Answer Correct ? | 3 Yes | 1 No |
What is maxclients in apache?
How to perform apache performance benchmark?
What tool do you use for log analysis?
Where is apache installed windows?
What does the graceful restart option in apache do?
How to configure apache server in linux?
Which module is required to have redirection possible?
On which version of apache you have worked?
How do I enable apache modules?
This is very strange. I am running apache 2.2 (compiled with gcc and all default params) on AIX 5.2.0.6 - 64 bit kernel. I edit the httpd.conf file to listen on two different ports -- Listen 8000 Listen 8001 The server will not start no errors or anything it just accepts the command but nothing starts. I can comment out on of the entires and everything starts up just fine minus the commented out port. Listen 8000 #Listen 8001 So, my problem is that I cannot get apache to listen on two ports, any ideas? Has someone else seen this before? Thanks,
How do you set up a virtual host in Apache?
In software testing Business requirements or FRD is given,u will have start preparing test cases. In the document only text box is mentioned for a particular option.So do u prepare test cases including special characters,numbers,alphabets,alphanumeric or only for some. Pls help me out.