Alright, this is what I am trying to do.
In apache when I go to the httpd file there is the line for including a conf file "Include conf/extra/hosts/httpd-vhosts.conf" where you can place vhosts in.
Organization wise I do not appreciate this. SO, i changed Include conf/extra/httpd-vhosts.conf to Include conf/extra/hosts/*.conf which should mean it looks for any file that's a .conf.
As I try open localhost/phpmyadmin/ I get the following error :
Access forbidden!
New XAMPP security concept:
Access to the requested directory is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
Why is that ?
I have just installed xampp on windows 7 and I'm trying to configure multiple virtual hosts. I want to give Apache access to all subdirectories since I would like to use each of them as a virtual host root.
Hi sorry total noob to Apache and Macs here...
I've got multiple named vhosts on an Apache web server (CentOS 5, Apache 2.2.3).
Each vhost has their own config file in /etc/httpd/vhosts.d and these vhost config files are included from the main httpd conf with...
I currently have WAMPSERVER 2.2 set up on my PC.
I'm trying to set up a new host called pplocal.local
I made the changes in httpd.conf to uncomment this:
Include conf/extra/httpd-vhosts.conf
Then, I edited httpd-vhosts.cong and I added the following:
NameVirtualHost 127.0.0.1
<VirtualHost 127.0.0.1>
DocumentRoot "E:/wamp2/www/"
ServerName localhost
</VirtualHost>
<Virtu
When I start httpd it says:
NameVirtualHost *:443 has no VirtualHosts
NameVirtualHost *:80 has no VirtualHosts
I have however configured a virtualhost as followed:
httpd.conf:
Listen 80
NameVirtualHost *:80
NameVirtualHost *:443
Include /etc/httpd/conf/sites-enabled/
There's a symbolic link in the sites-enabled directory:
900-tennisconnect.eu.vhost -> /etc/httpd/conf/sites-available/
Im seeing this error while trying to open phpmyadmin (http://127.0.0.1/phpmyadmin) :
`New XAMPP security concept:
Access to the requested object is only available from the local network.
This setting can be configured in the file "httpd-xampp.conf".
If you think this is a server error, please contact the webmaster.
Error 403
xser.com
Apache/2.4.3 (Unix) OpenSSL/1.0.1c PHP/5.4.7`
Where
Hi Foks,
I'm stuck with getting my webserver to work with https.