Page 1 of 1

need help Please

PostPosted: 10. March 2008 17:35
by mastercrypt
i did run xampp on windows for some years now ..but i like to change ! i installed xampp on suse 10,3 and made the config ..but when i make vhost config it will only see xampp and not a virtuel domain ?? can some one please send me info how to make it work ? Please my messemger is mastercrypt@hotmail.com

my vhost
NameVirtualHost *:80
<VirtualHost *:80>
DocumentRoot "/opt/lampp/htdocs"
ServerName localhost
</VirtualHost>

##############################################
<VirtualHost *:80>
ServerName ux.lir.dk
ServerAlias www.ux.lir.dk *.ux.lir.dk
ServerAdmin admin@ux.lir.dk
DocumentRoot e:/www_root/ux.lir.dk

SetEnvIf Remote_Addr "10\.0\." dontlog
SetEnvIf Remote_Addr "10\.0\." dontlog
CustomLog /www_root/ux.lir.dk/logs/log.txt combined env=!dontlog
ErrorLog /www_root/ux.lir.dk/logs/error.log

<Directory "/www_root/ux.lir.dk">
Options ExecCGI Includes FollowSymLinks
Options +ExecCGI
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
##############################################

and it still go to xampp controlepanel what did i do wrong ???

Sincerly Lars
Denmark

PostPosted: 14. March 2008 11:40
by Wiedmann
Code: Select all
 DocumentRoot e:/www_root/ux.lir.dk

I don't think you have this path on a Linux system...