Quantcast
Channel: how to create virtual host on XAMPP - Stack Overflow
Viewing all articles
Browse latest Browse all 17

how to create virtual host on XAMPP

$
0
0

I am sure this question is being asked many times but I am not encounter with a problem. I am using XAMPP where I configure Zend framework.

XAMPP is running on port 8081 as 80 is being occupied by some Windows process I need to use virtual host for that I configure with following code in C:/xampp/apache/config/extra/httpd-vhosts.config (or C:/xampp/apache/conf/extra/httpd-vhosts.conf in newer releases).

<VirtualHost *:80>ServerName comm-app.localDocumentRoot "C:/xampp/htdocs/CommunicationApp/public"SetEnv APPLICATION_ENV "development"<Directory "C:/xampp/htdocs/CommunicationApp/public"        DirectoryIndex index.php        AllowOverride All        Order allow,deny        Allow from all</Directory></VirtualHost>    

and also update the hosts file with 127.0.0.1 comm-app.local and try to re-start apache but it is showing error.

15:03:01  [Apache]  Error: Apache shutdown unexpectedly.15:03:01  [Apache]  This may be due to a blocked port, missing dependencies, 15:03:01  [Apache]  improper privileges, a crash, or a shutdown by another method.15:03:01  [Apache]  Press the Logs button to view error logs and check15:03:01  [Apache]  the Windows Event Viewer for more clues15:03:01  [Apache]  If you need more help, copy and post this15:03:01  [Apache]  entire log window on the forums

Viewing all articles
Browse latest Browse all 17

Latest Images

Trending Articles





Latest Images