Page 1 of 1

Vhost (all look Correct but not working?)

PostPosted: 09. January 2007 20:29
by ntsmarkv
I posted also in cognaluk's post but if noone see's there made new one:


vhost.conf:

Code: Select all
NameVirtualHost *:80

<VirtualHost *:80>
ServerName extremeupload.net
ServerAlias extremeupload.net
DocumentRoot "C:/Documents and Settings/New Tech Studios/Desktop/xampp/htdocs/a"
ServerAdmin Newtechstudios@gmail.com
<Directory "C:/Documents and Settings/New Tech Studios/Desktop/xampp/htdocs/a">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride FileInfo
Order allow,deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
ServerName eternal-battle.com
ServerAlias eternal-battle.com
DocumentRoot "C:/Documents and Settings/New Tech Studios/Desktop/xampp/htdocs/lds"
ServerAdmin Newtechstudios@gmail.com
<Directory "C:/Documents and Settings/New Tech Studios/Desktop/xampp/htdocs/lds">
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride FileInfo
Order allow,deny
Allow from all
</Directory>
</VirtualHost>



vhosts:

Code: Select all
127.0.0.1            localhost
127.0.0.1            extremeupload.net
127.0.0.1            eternal-battle.com
64.24.234.120     swirve.com      



Apache -S:

Image

PostPosted: 09. January 2007 21:03
by Wiedmann
Another webserver is running on your system.

Use "xampp-portcheck.exe" to find out which server.

PostPosted: 09. January 2007 21:10
by ntsmarkv
Image[/img]

PostPosted: 09. January 2007 22:14
by Wiedmann
Well, you can't start Apache a second time if it is already running.

PostPosted: 09. January 2007 22:18
by ntsmarkv
there isn't 2 apaches running is there, I stop apache then start again mabe wait 15 sec before I do

PostPosted: 09. January 2007 22:44
by Wiedmann
there isn't 2 apaches running is there,

"xampp-portcheck" shows you, that there is an Apache running. In this case you can't start a second apache with the batchfile. See your first errormessage:
ntsmarkv wrote:
Code: Select all
C:\Documents and Settings\New Tech Studios\Desktop\xampp\apache\bin>apache
(OS 10048)Only one usage of each socket address (protocol/network address/port)
is normally permitted.  : make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs