URL rewrite and Apache Webserver

"Aage Nielsen" <[email protected]>
Newsgroups gmane.comp.cms.jahia.install
Message-ID <OF252B33C5.78E564DD-ONC1257067.0037BD02-C1257067.0037F1E2@interactive.as>
We are having troubles with the URL rewrite setup 
(http://www.jahia.org/jahia/Jahia/devzone/architecture/pid/360) and the 
Apache Webserver 1.3.33.

We have used the above mentioned description to load the modules and 
change the virtualhost definitions (in httpd.conf) to

<VirtualHost *:80>
    ServerAdmin [email protected]
    DocumentRoot "/jahia410/tomcat/webapps"
    ServerName jahia.comlog.dk
    ErrorLog logs/comlog-error.log
    CustomLog logs/comlog-access.log common
 
            RewriteEngine On
            #RewriteRule ^/jahia/Jahia/lang/([a-zA-Z0-9\_]+)/pid/([0-9]+)$ 

http://%{SERVER_NAME}/jahia/page$2_$1.html [R,L,NS]
            RewriteRule ^/jahia/Jahia/pid/([0-9]+)$ 
http://%{SERVER_NAME}/jahia/page$1.html [R,L,NS]
            RewriteRule ^/jahia/Jahia(.*) - [PT,QSA,L,NS]
            #RewriteRule ^/jahia/page([0-9]+)_([a-zA-Z0-9\_]+).html$ 
/jahia/Jahia/lang/$2/pid/$1 [PT,QSA,L,NS]
            RewriteRule ^/jahia/page([0-9]+).html$ /jahia/Jahia/pid/$1 
[PT,QSA,L,NS]

            JkMount /jahia/* jahia
            JkMount /jahia jahia
            JkMount /*.jsp jahia
</VirtualHost>

JkWorkersFile conf/workers.properties
JkLogFile     logs/mod_jk.log
JkLogLevel info

There are troubles when loading images, css files etc. when a jsp page is 
requested (pushing the refresh button serveral times helps a bit) - is it 
a cache issue ?

And when we click the "Edit" button a jsp compilation/internal server 
error occurs - any suggestions ?

We have made no changes in the jahia config files - are we missing 
something ?

We have read that using the Tomcat Coyote HTTP connection performes much 
better - can that be confirmed ?

Regards
Aage Nielsen
------------------------------------
Vesterbrogade 8
DK-8800 Viborg
Denmark

Phone +45 87 25 50 83
Mobile +45 25 28 69 83
e-mail: [email protected]


Med venlig hilsen
Aage Nielsen
------------------------------------
Vesterbrogade 8
DK-8800 Viborg
Denmark

Phone +45 87 25 50 83
Mobile +45 25 28 69 83
e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.