/>
http://mirror.nexcess.net/apache//httpd/binaries/win32/
<http://mirror.nexcess.net/apache/httpd/binaries/win32/>
etc..
Where are the binaries?
Nico.
I have to use "%2f" in URL and not "/". Idea is to configure apache in such
manner to recognise and encode "%2f" to "/".
Thx
On Dec 10, 2011 1:36 AM, "Eric Covener" wrote:
> On Fri, Dec 9, 2011 at 6:18 PM, Nico Nieuwoudt
> wrote:
> >
Hi
I've seen some topics regarding %2f ( URL encoded / ), but still having
problem after suggested solutions.
I have the following entry in httpd.conf (Apache v2.2)
AcceptPathInfo On
AllowEncodedSlashes On
and after passing an error page URL from httpd.conf, entry:
ErrorPage http://x.
Hi
In httpd.conf I would like to add a redirect rule to mobi site for
x-wap-profile http header, similar as for user agent, example:
RewriteCond %{HTTP_USER_AGENT} "iemobile" [NC,OR]
RewriteCond %{HTTP_USER_AGENT} "webOS" [NC]
RewriteRule ^/$ http://ywx.mobi/ [R,L]
Questions:
1) I have no idea ho
Doh, that explains a couple of things.
Thanks for the link!
Nico
On Wed, 2009-09-16 at 18:22 +0200, Bob Ionescu wrote:
> 2009/9/16 Nico De Ranter :
> > however the 'require' directive doesn't seem to have any effect anymore?
>
> You're overriding i
o allowoverride
statement keeps me from using 'require', but it still doesn't work. Any
ideas what else may be wrong?
Nico
On Wed, 2009-09-16 at 17:51 +0200, Nico De Ranter wrote:
> Hmm,
>
> following the troubleshooting section on
> http://httpd.apache.org/docs/2.2/ho
Hmm,
following the troubleshooting section on
http://httpd.apache.org/docs/2.2/howto/htaccess.html I put some garbage
in the .htaccess and got a server error. So the .htaccess is read,
however the 'require' directive doesn't seem to have any effect anymore?
Nico
On Wed, 2009
this?
Nico
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
" from the
There is no need to have everything on one line, you can have multiple
Allow lines. For instance we use something like this a lot:
Order deny,allow
Allow from 10.10.1.0/24
Allow from 10.10.5.0/24
Allow from 127.0.0.1
Nico
On Fri, 2009-08-14 at 16:30 +1000, Stephen Vaughan wrote:
>
on root on the filesystem, that would be '/' in this
case. I don't want to use as then I would potentially
allow access to my whole filesystem if I make a mistake somewhere else.
I even tried putting the Auth... statements in but that
didn't work for me.
Nico
On Thu, 2009-08-1
xx
AuthLDAPBindPassword xx
AuthLDAPURL xxx
Require valid-user
Require ldap-group cn=group1,
Require ldap-group cn=group2,.....
Nico
On Wed, 2009-08-12 at 16:47 +0200, Nico De Ranter wrote:
> To answer my own questions partially:
&g
a multiple pages opened appears to be a firefox issue
indeed
Nico
On Wed, 2009-08-12 at 13:42 +0200, Nico De Ranter wrote:
> Hi,
>
> I have an internal apache 2.2 server that serves a number of
> applications (trac, subversion, twiki, ...). Every application on the
> webser
not protect the web apps (e.g. https://server/trac/mytrac)
which are actually coming from completely different parts of the
filesystem, right?
I hope this makes sense to anybody :-)
Thanks in advance,
Nico
-
The official
Christian Gottschalch [Wed, Oct 25, 2006 at 12:09:51PM +0200]:
> do you read
> http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#proxypass there are
> new options for ProxyPass 2.2.X
Well, must have overseen the 'retry=' parameter!
Thank you very much!
Nico
--
``...i
Hello Christian!
Christian Gottschalch [Tue, Oct 24, 2006 at 09:10:05PM +0200]:
> 2.0.59 mod_proxy, but dont ever observed the problem that you described.
> by every HTTP request you send to apache, apache tryes to reach the
> backend, try to sniff the traffic between client -> reversproxy &
> r
I guess no one uses mod_proxy with reverse Proxy in a productive
environment in here?
Nico
Nico -telmich- Schottelius [Tue, Oct 17, 2006 at 09:24:53AM +0200]:
> Hello!
>
> I am using Apache/2.2.3 on FreeBSD 6.1-RELEASE with mod_proxy
> enabled.
>
> When I restart the backend
ue in the bugtracker nor
in the mod_proxy documentation.
Nico
--
``...if there's one thing about Linux users, they're do-ers, not whiners.''
(A quotation of Andy Patrizio I completely agree with)
signature.asc
Description: Digital signature
On Thu, 2006-07-06 at 11:20 -0400, Joshua Slive wrote:
> On 7/6/06, Nico De Ranter <[EMAIL PROTECTED]> wrote:
> >
> > Hi,
> >
> > I am trying to setup a 'Trac' environment on my web server. I think I
> > configured apache correctly but for some rea
ver/python-2.4.3/share/trac/cgi-bin/trac.cgi
Is there any way to get apache to log *why* it thinks the client should
be denied access?
(using apache 2.2.0)
Nico
--
Nico De Ranter
Senior System Administrator
Sony Service Center (NSCE)
The Corporate Village, Da Vincilaan 7-D1
B-1935 Zavente
g Provider" redirect-carefully
DocumentRoot "/srv/webdav.gandalf.name"
ServerName webdav.gandalf.name
DAV On
AuthType Digest
AuthUserFile /etc/apache/.htaccess-dav
require valid-user
AuthName "nico"
Output from httpd –V:
[EMAIL PROTECTED]:/etc/apache# http
Hi Markus,
I have no use for PHP in this particular setup so I didn't try compiling
it.
I'll see whether I can get things working with an older openssl release
thanks
Nico
On Fri, 2006-03-24 at 15:53 +0100, Markus Mayer wrote:
> And just one question since you are compiling on
the
error occurs frequently, contact the website administrator"
Any idea what this may be? I can't find anything at all in the log
files.
I'm using:
openssl 0.9.8a,
zlib 1.2.3 and
httpd 2.2.0
all compiled with Sun Studio 11.
Thanks in advance,
Nico
--
Nico De Ranter
Senior
On Mon, 2006-02-06 at 11:31 +, Joe Orton wrote:
> On Mon, Feb 06, 2006 at 09:51:10AM +0100, Nico De Ranter wrote:
> > thanks but I don't seem to be able to apply the patch (on a fresh
> > httpd-2.2.0 directory)
> >
> > mena.[root]# cd httpd-2.2.0/srclib/apr
dom/unix/sha2.h.rej
Nico
On Fri, 2006-02-03 at 16:05 +, Joe Orton wrote:
> On Fri, Feb 03, 2006 at 03:52:37PM +0100, Nico De Ranter wrote:
> > I'm trying to compile httpd 2.2.0 on Solaris 8. When I do 'make
> > install' it s
ime-magic \
--enable-expires \
--enable-headers \
--enable-usertrack \
--enable-unique-id \
--enable-auth-digest \
--enable-cgi
Thanks in advance,
Nico
--
-
"It has
ate a session (if it is not already done) and to destroy
it : session_detroy();
See this :
http://www.php.net/manual/en/features.http-auth.php
And read sample code. There are many examples to login/logout
This one works with IE6 and FireFox :
http://www.php.net/manual/en/f
uthType Basic
AuthUserFile /usr/etc/MyDomain/.htpasswd
Require valid-user
--
nico
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
ould to test the httpd.conf :
./apachectl configtest
Apache won't start as much as your configuration file won't be correct.
--
nico
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apa
://httpd.apache.org/docs/2.0/mod/mod_alias.html
--
nico
#ICQ 271251599 | AllIM #nyykayx
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To
t?
What do you have exactly ?
En 404 Error, or nothing ?
Did you config your Document Root in httpd.conf ?
since like that : DocumentRoot "D:/home/Shared/htdocs"
--
nico
#ICQ 271251599 | AllIM "nyykaux"
-+- Neuneu francais en Indonesie -+-
-
erver/cgi.html
as he said, you can install Perl to C:\usr (and not C:\Perl)
and like this, you don't have to change the default location. And call
all your scripts like Linux : /usr/bin/perl
It works.
--
nico
-
The official
31 matches
Mail list logo