Suresh, With eVHM, you can have Apache rewrite all requests to Zope's root. VHM then takes over redirecting to sub-folders inside Zope. try http://www.zope.org/Members/sfm/SiteAccessEnhanced for a nice Management tab of your redirects. I have forwarded your email to the list in hopes that someone can help with your Apache rewrites. Feel free to post your questions to the list directly at zope@zope.org. Cheers, Trevor
-----Original Message----- From: suresh [mailto:suresh_bloreguy@yahoo.co.in] Sent: Tuesday, December 11, 2001 12:04 PM To: zope@toenjes.com Subject: Help Sir!
Hello Sir, Its very nice to see your article on Virtual Host on Zope.actually i am new to Apache web server. i installed Zope-2.4.0 version.i got Siteroot product also.now i have to change httpd.conf or access.conf on Apache.here i got some doubts please clarify these.
i have to type as it is like this ??
1.NameVirtualHost 123.456.789.0 (here i have to my server ip is it correct)???
2. <VirtualHost 123.456.789.0> (here also)?
3. ServerName www.foo.com -->here i have to give my server name correct?
4. ServerAdmin webmaster@foo.com -->admin user id@server name correct??
5. DocumentRoot /folder/subfolder --> here i have to give folder name/subfolder name??? ...
6.following three lines as it is right....
RewriteEngine on RewriteLog "/folder/rewrite_log" RewriteLogLevel 1
7. RewriteRule ^/static_page_folder1/ - [L] -->here what i have to give please explain clearly.....
8. RewriteRule ^/static_page_folder2(.*) /static/page/folder/not/in/root/folder$1 [L] --> here also what and all i have give please exaplain with example.....
9. RewriteRule ^/(.*) http://www.bar.com:8080/zope_folder/$1 [P,L] -->here i have to give server name:port name/folder name correct ....... </VirtualHost>
Please clarify above doubts.. actually what and all i have to give in RewriteRules please explain with an example.....
thanks in advance
regards suresh babu Eddala ZeOmega Infotech Pvt Ltd. Bangalore.
________________________________________________________________________ For Stock Quotes, Finance News, Insurance, Tax Planners, Mutual Funds... Visit http://in.finance.yahoo.com/
participants (1)
-
Trevor Toenjes