Quote:
Originally Posted by mentes
Do you have something in Monitor -> Show Jobqueue?
Do you have this file /etc/apache2/sites-enabled/goandfixsvr.com.vhost ?
|
No i don't have any in Show Jobqueque.
And i have my goandfixsvr.com.vhost.
This is the configuration:
<Directory /var/www/goandfixsvr.com>
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<VirtualHost *:80>
DocumentRoot /var/www/goandfixsvr.com/web
ServerName goandfixsvr.com
ServerAlias *.goandfixsvr.com
ServerAdmin
webmaster@goandfixsvr.com
ErrorLog /var/log/ispconfig/httpd/goandfixsvr.com/error.log
ErrorDocument 400 /error/400.html
ErrorDocument 401 /error/401.html
ErrorDocument 403 /error/403.html
ErrorDocument 404 /error/404.html
ErrorDocument 405 /error/405.html
ErrorDocument 500 /error/500.html
ErrorDocument 503 /error/503.html
<Directory /var/www/goandfixsvr.com/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
<Directory /var/www/clients/client1/web3/web>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
# Clear PHP settings of this website
<FilesMatch "\.ph(p3?|tml)$">
SetHandler None
</FilesMatch>
# mod_php enabled
AddType application/x-httpd-php .php .php3 .php4 .php5
php_admin_value sendmail_path "/usr/sbin/sendmail -t -i
-fwebmaster@goandfixsvr.com"
php_admin_value upload_tmp_dir /var/www/clients/client1/web3/tmp
php_admin_value session.save_path /var/www/clients/client1/web3/tmp
# PHPIniDir /var/www/conf/web3
php_admin_value open_basedir /var/www/clients/client1/web3/web:/var/www/clients/client1/web$
</VirtualHost>
RewriteEngine on
RewriteCond %{HTTP_HOST} ^goandfixsvr.com [NC]
RewriteRule ^/(.*)$ http://goandfix.com/goandfixsvr.com/web/$1 [L]
# add support for apache mpm_itk
<IfModule mpm_itk_module>
AssignUserId web3 client1
</IfModule>
<IfModule mod_dav_fs.c>
# DO NOT REMOVE THE COMMENTS!
# IF YOU REMOVE THEM, WEBDAV WILL NOT WORK ANYMORE!
# WEBDAV BEGIN
# WEBDAV END
</IfModule>
I have made some changes and i put a redirection "L" to "http://goandfixsvr.com/goandfixsvr.com/web/" and i use ModPHP and in autosubdomain I Have " * ". WELL!! when I enter in
www.goandfixsvr.com I see the website but if i want to get in goandfix.com I only see "it Works" o "/var/www" Directory
Recent comments
5 hours 53 min ago
12 hours 34 min ago
16 hours 25 min ago
18 hours 4 min ago
1 day 2 hours ago
1 day 11 hours ago
1 day 12 hours ago
1 day 16 hours ago
1 day 20 hours ago
1 day 21 hours ago