Andre Rodrigues wrote:
Hi jaqui,
My virtualhost config:
<VirtualHost *:443>
ServerName portal-des
DocumentRoot /srv/www/portal-des
HostnameLookups Off
UseCanonicalName Off
ServerSignature Off
SSLEngine on
SSLCertificateFile /etc/apache2/ssl.crt/portal-des.crt
SSLCertificateKeyFile /etc/apache2/ssl.key/portal-des.key
# DO I NEED TO UNCOMMENT THESE LINES?
# SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
#CustomLog logs/ssl_request_log \
# "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
# SSLCertificateChainFile
/etc/apache2/ssl.crt/DigiCertCA.crt
<Directory /srv/www/portal-des >
Options Indexes FollowSymLinks
AllowOverride None
Order Deny,Allow
Deny from all
</Directory>
<Directory /srv/www/portal-des/sivace >
Options Indexes FollowSymLinks
AllowOverride None
Order Deny,Allow
Allow from all
</Directory>
ErrorLog /var/log/apache2/portal-error_log
CustomLog /var/log/apache2/portal-access_log combined
JkMount /lenf balancer
JkMount /lenf/* balancer
JkMount /counter balancer
JkMount /counter/* balancer
JkMount /status status
JkMount /status/* status
JkMount /ofp balancer
JkMount /ofp/* balancer
JkMount /support balancer
JkMount /support/* balancer
JkMount /web-console balancer
JkMount /web-console/* balancer
JkMount /jmx-console balancer
JkMount /jmx-console/* balancer
JkMount /logs balancer
JkMount /logs/* balancer
JkMount /css balancer
JkMount /css/* balancer
JkMount /img balancer
JkMount /img/* balancer
JkMount /js balancer
JkMount /js/* balancer
</VirtualHost>
Thanks,
André
----- Original Message ----
From: J. Greenlees <li...@jaqui-greenlees.net>
To: users@httpd.apache.org
Sent: Wed, October 14, 2009 3:45:32 PM
Subject: Re: [us...@httpd] Apache config assessment
Andre Rodrigues wrote:
Hi,
I´ve made an apache lab config using ssl, jkmount and other stuffs.
But, I have some doubts:
1- How can I improve my config?
we cannot answer that without seeing the config
2- Is there anything missing?
see above
3- Can I do the same with less config lines?
see above
Finally, is there a way to make a config assessment?
assessment for what criteria?
ok, well, I'm not able to help with the jkmount, I've never even looked
at it.
so it's going to be someone else on the list who will have to really
help, now that the information is available for them to start.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org