[BlueOnyx:05234] Re: SSL not working on Vsite

Luis luis at avalonglobal.com
Tue Aug 17 09:45:19 -05 2010


Jimmy Gross <grossj at ...> writes:

> 
> That would be the one.
> 
> jimmy
> 


I tried adding it to that config file and apache wouldn't restart. I added it to
line 24, Here is what file looks like:


# owned by VirtualHost
NameVirtualHost 64.141.17.207:80

# FrontPage needs the following four things to be here
# otherwise all the vhosts need to go in httpd.conf, which could
# get very large since there could be thousands of vhosts
ServerRoot /etc/httpd

<VirtualHost 64.141.17.207:80>
ServerName www.bazaarnovelty.com
ServerAdmin admin
DocumentRoot /home/.sites/45/site74/web
ErrorDocument 401 /error/401-authorization.html
ErrorDocument 403 /error/403-forbidden.html
ErrorDocument 404 /error/404-file-not-found.html
ErrorDocument 500 /error/500-internal-server-error.html
RewriteEngine on
RewriteCond %{HTTP_HOST}                !^64.141.17.207(:80)?$
RewriteCond %{HTTP_HOST}                !^www.bazaarnovelty.com(:80)?$ [NC]
RewriteRule ^/(.*)                      http://www.bazaarnovelty.com/$1 [L,R]
RewriteOptions inherit
AliasMatch ^/~([^/]+)(/(.*))?           /home/.sites/45/site74/users/$1/web/$3
Include /etc/httpd/conf/vhosts/site74.include
AllowOverride All
# BEGIN WebScripting SECTION.  DO NOT EDIT MARKS OR IN BETWEEN.
AddHandler cgi-wrapper .cgi
AddHandler cgi-wrapper .pl
AddHandler server-parsed .shtml
AddType text/html .shtml
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .php
# END WebScripting SECTION.  DO NOT EDIT MARKS OR IN BETWEEN.
</VirtualHost>
# end of VirtualHost owned section


I have a feeling that I am not putting that in the right place.

-Luis





More information about the Blueonyx mailing list