sorry, i did not notice it was sent to you
Note: forwoarded message attached.
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail.
--- Begin Message --- hi
this is my virtualhost and rewrite rule i used, and thanks alot for help
<VirtualHost *>
ServerName localhost
ServerAlias localhost
DocumentRoot /var/www/html
ServerAdmin root:[EMAIL PROTECTED]
ProxyPass / http://localhost:8080/VirtualHostBase/http/localhost:80/MohPlone/VirtualHostRoot/
ProxyPassReverse / http://localhost:8080/VirtualHostBase/http/localhost:80/MohPlone/VirtualHostRoot/
</VirtualHost>
RewriteEngine On
RewriteRule ^/localhost(.*) http://localhost:8080/VirtualHostBase/http/localhost:80/VirtualHostRoot/_vh_loocalhost$1 [P,L]
RewriteCond %{REQUEST_URI} !^/html(.*)
RewriteRule ^/(.*) http://localhost:8080/VirtualHostBase/http/localhost:80/MohPlone/VirtualHostRoot/$1 [P,L]
Reinout van Rees <[EMAIL PROTECTED]> wrote:mohammed ibrahim wrote:
> The plone has its pages and stuff alone in folder like /opt/plone2.5/
> and apache has its own pages in a folder like /var/www/html. i installed
> plone behind apache according to the tutorial, so when i wrote in
> firefox http://localhost i got my plone site instead of the default page
> of apache and that what i want. But when i call my nonplone pages in
> /var/www/html i found apache is serving it no more. I followed the
> tutorial "Mixing Local Apache and Proxyed Content" it states myproblem
> perfectly, but the solution did not work, apache still not serving the
> pages in the document root. May anyone help me in this problem
You'll need to provide more detail. Just post your virtual host config
if it's not too long. But *especially* the RewriteRule you use.
Reinout
--
Reinout van Rees r.van.rees @ zestsoftware.nl
http://vanrees.org/weblog/ http://zestsoftware.nl/
"Military engineers build missiles. Civil engineers build targets."
_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup
Get your email and more, right on the new Yahoo.com
--- End Message ---
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
