This config work ok with apache 1.3
ServerName www.localhost.com
RewriteEngine on
RewriteLog "/opt/logs/httpd_rewrite_log"
RewriteLogLevel 2
AddType application/octet-stream .mht
AddType text/html .shtml
AddType application/vnd.ms-excel .xls
AddHandler server-pars
On Fri, May 1, 2009 at 7:15 AM, J Channel wrote:
>
> Options Indexes FollowSymLinks +Includes
> RewriteEngine on
> RewriteRule ^book/index.my.* ssi/test.shtml [L]
> AllowOverride None
> Order allow,deny
> Allow from all
>
> JkMount /book/* bala
> It's ignored because when you proxy content, it doesn't come from any
> on-disk directory. The enclosed directives are not applicable.
Really? I dont know about it and already build site on this not
applicable feature and serve it with apache 1.3 for years.
Thanks, you open my eyes =))
>
>
> --
Is it possible to correctly display unicode characters in http
authentication dialog?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsub
This give me what i want:
Options Indexes FollowSymLinks Includes
RewriteEngine On
RewriteRule ^book/index.my.* ssi/test.shtml [L]
AllowOverride None
Order allow,deny
Allow from all
SetHandler jakarta-servlet
SetEnv JK
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I have my local machine configured as the following:
beta <- default server
x <- vhost1 (with aliases y & z)
When I access the webserver using the name "beta", it loads x, which is
the first VirtualHost.
The output of apachectl -S is as follows:
I want to deploy a SVN platform in linux, how can I configure apache such
that it will goes welll in SVN.Thanks
--
Best Regards
Xu Chen
Ph.D. Candidate, State Key Lab of Software Engineering,
Blog:http://www.sciencenet.cn/blog/wage1007.htm
Phone:027-87863341(Office)
Wuhan University
Luojia Hill,
陈旭 wrote:
> I want to deploy a SVN platform in linux, how can I configure apache
> such that it will goes welll in SVN.Thanks
If you type "subversion apache" into google the first hit you receive
will be a link to a very comprehensive document on how to do just that:
http://www.howtoforge.com/ap
On Fri, May 1, 2009 at 10:44 AM, Basil Mohamed Gohar
wrote:
> #
> # Use name-based virtual hosting.
> #
> NameVirtualHost *:80
>
>
> ServerName x
> ServerAlias y z
> DocumentRoot /home/basilgohar/Public/www/app
>
> Can anyone help me get my default server back?
The manual explicitly t
Tomas R wrote:
Is it possible to correctly display unicode characters in http
authentication dialog?
I presume you refer to the "Basic authentication" kind of browser dialog.
Then the answer would be : probably not.
That's one of these things that awaits a HTTP 2.0 protocol redefinition,
to pr
Hello,
After read this:
http://www.mail-archive.com/d...@httpd.apache.org/msg35300.html
http://www.mail-archive.com/users@httpd.apache.org/msg32767.html
...
I am trying to use http accelerator, at this point I have this options:
-Squid, problems with IP based auth in Apache.
-mod_cache, I think b
On Fri, 01 May 2009 17:25:21 +0200
André Warnier wrote:
> Tomas R wrote:
> > Is it possible to correctly display unicode characters in http
> > authentication dialog?
>
> I presume you refer to the "Basic authentication" kind of browser
> dialog. Then the answer would be : probably not.
> That's
On May 1, 2009, at 9:47 AM, 陈旭 wrote:
I want to deploy a SVN platform in linux, how can I configure apache
such that it will goes welll in SVN.Thanks
Read the SVN Red Book, it has everything you will ever want to know
about SVN (including how to install it), and it's completely free.
http
According to the below config you gave, you're not caching anything. You
don't have CacheEnable turned on for any paths.
But for 'all site on one script', I'm not sure if what you want is
possible. If depends on the format of the full url for each page on the
site, which you haven't given any examp
14 matches
Mail list logo