I¹m using the virtual host def that came with the most recent typo shown
below. Do you have sysv init.d scripts to start typo?
<VirtualHost *>
ServerName blog.occamsmachete.com
ServerAlias www.blog.occamsmachete.com
# Change this to your email address
ServerAdmin [EMAIL PROTECTED]
# Change these to be valid paths for your host. The DocumentRoot path
# isn't very important because we don't actually use it for anything.
# For security's sake, it's best that it points to an empty directory,
# but that's not critical.
DocumentRoot /var/www/blog
ErrorLog /var/log/apache2/blog_error.log
CustomLog /var/log/apache2/blog_access.log combined
ServerSignature On
# This is the important part--it sets up proxying.
ProxyRequests Off
<Proxy *>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://localhost:4155/
ProxyPassReverse / http://localhost:4155/
ProxyPreserveHost On
</VirtualHost>
On 2/21/08 10:57 PM, "Bill McGonigle" <[EMAIL PROTECTED]> wrote:
> On Feb 16, 2008, at 15:16, Scott Likens wrote:
>
>> > [Sat Feb 16 11:55:38 2008] [error] proxy: HTTP: disabled connection
>> > for (xxx.xxxxx.xxx)
>
> Hmm, I've had typo not start on me on more than one occasion and my
> apache hasn't done this. I wonder what's different about my config.
>
> I'm using:
>
> RewriteEngine On
> RewriteRule /(.*) http://localhost:8080/$1 [P,L]
> ProxyPassReverse / http://localhost:8080/
>
> -Bill
>
>
> -----
> Bill McGonigle, Owner Work: 603.448.4440
> BFC Computing, LLC Home: 603.448.1668
> [EMAIL PROTECTED] Cell: 603.252.2606
> http://www.bfccomputing.com/ Page: 603.442.1833
> Blog: http://blog.bfccomputing.com/
> VCard: http://bfccomputing.com/vcard/bill.vcf
>
> _______________________________________________
> Typo-list mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/typo-list
_______________________________________________
Typo-list mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/typo-list