LAMPInterview

A Venture from AccuGlobal.com

Archive for the 'Apache' Category


How do you create subdomains using PHP?

Posted by lampinterview on May 7, 2008

–> Create the appropriate web root directory,
for example /home/sites/username/web, and any subdirectories   you wish
–> Edit httpd.conf -  add a new virtual host section
–> Restart httpd
In a normal Linux server setup, php/Apache does not have the necessary permissions to do all this.

Posted in Apache | Tagged: , | No Comments »

Why does Apache have three configuration files - srm.conf, access.conf and httpd.conf at the time of installation?

Posted by lampinterview on May 6, 2008

The first two are old items from the NCSA times, and you should be ok if you delete the srm.conf and access.conf, and stick with httpd.conf.

Posted in Apache | Tagged: , , , , , | No Comments »