Hello,
I need to set up a number of parallel wikis based one media wiki.
The installation is pretty easy and described in detail here.
http://www.steverumberg.com/wiki/index.php/WikiHelp
Everyone on this page mentioned problems with the option FollowSymLinks
Which need to be enabled.
I did thi
We have installed apachex_1.3.33 on Linux box.To apply patch to apache the
following steps are performed
# cd /mod_ssl-2.8.24-1.3.33
# ./configure --with-apache=/apache_1.3.33
--with-ssl=/apps/TurboSSL-0.9.8d
--enable-shared=ssl
--prefix=
The apache is
Hi all,
I want to perform remote network configuration on a Linux machine via
web interface. I thought that I can use PHP for this purpose. When I
click on a certain button, I want certain configuration scripts
executed on the Linux machine. So far that works fine.
The problem I have is that my c
Why not use sudo to execute the commands through Apache? At least then you
don't leave yourself open to an injected "dd if=/dev/random of=/dev/sda" or
the likes.
To setup sudo privs, you would need to edit /etc/sudoers and add:
httpd ALL=(ALL) NOPASSWD: /usr/bin/who,/usr/bin/ssh,/usr/bin/lynx
T
OK I've upgraded form 2.0 to 2.2 as part of a move to keep in line with a
reasonably up to date setup, but I've hit a niggle in the access log.
My new setup is logging all access against 0.0.0.0 and I can't see what I need
to change/fix to get back the logging of the real IP address.
Can some
I would make a cronjob that is executed every few minutes , so apache
can still be its own user , you dont need to set anything in sudoers.
It might not be realtime but i think for security its a good solution.
Graham Frank wrote:
> Why not use sudo to execute the commands through Apache? At lea
Ron Lee wrote:
> Hi all,
>
> I want to perform remote network configuration on a Linux machine via
> web interface. I thought that I can use PHP for this purpose. When I
> click on a certain button, I want certain configuration scripts
> executed on the Linux machine. So far that works fine.
webm
--- Dragon <[EMAIL PROTECTED]> wrote:
> Brian Weed wrote:
> >I'm using Apache v2.2.4 (on Windows Server 2003)
> and
> >I'm trying to use both SSPI and Basic
> Authentication
> >together so that both Domain and non-domain users
> can
> >log in to my Trac Wiki site.
> >
> >Withi this config:
> >
> >
Hello Apache Users,
I try to set up a proxy for XML-RPC Requests.
This is so far no great Problem. I do this with
an VirtualHost and the mod_proxy, mod_rewrite engine.
This is my VirtualHost:
ServerName dummy-host.example.com
ServerAlias www.dummy-host.example.com
Rewr
On Mon, 06 Aug 2007 14:59:48 +0200
Christian Klinger <[EMAIL PROTECTED]> wrote:
> Now I want to protect the Section.
> In the XML-RPC-Request is a key. I have to validate
> this key. And if the key is valid the request should
> be proxied through the mod_proxy engine.
You mean in the XML? Apach
On 8/6/07, Lester Caine <[EMAIL PROTECTED]> wrote:
> OK I've upgraded form 2.0 to 2.2 as part of a move to keep in line with a
> reasonably up to date setup, but I've hit a niggle in the access log.
>
> My new setup is logging all access against 0.0.0.0 and I can't see what I need
> to change/fix t
Hi,
I have a very strange problem and I cannot even determine the reason.
First configuration: virgin instalation of Debian Etch with:
-Apache 1.3.34 with modules: mod_so, mod_macro, config_log_module,
mime_magic_module, mime_module, negotiation_module, status_module,
aotoindex_module, dir
On 8/6/07, Grzegorz J. Jankowski <[EMAIL PROTECTED]> wrote:
>
> Where to find, where to look, I cron-restart server every hour - but it's not
> a solution.
> If You want any info more - pls ask.
>
These kinds of problems can be very tough, especially because you're
using an obsolete apache versi
On 8/5/07, Michael B Allen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a very simple mod_rewrite requirement but I can't seem to make it work.
>
> I want all paths to invoke a php script *except* some that begin with
> certain directories. For example, consider the following URLs:
>
> http://www.ex
Witam,
I read that page while googling my problem, but I'm not familiar with
debuging with GDB under Linux ( last my debuging game was about > 10
years ago and it was x86 ASM and Borland C ... :-) )
I think that the problem might concern PHP, because I turned off most
of these modules from modul
On 8/6/07, Grzegorz J. Jankowski <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I have a very strange problem and I cannot even determine the reason.
>
> First configuration: virgin instalation of Debian Etch with:
>
> -Apache 1.3.34 with modules: mod_so, mod_macro, config_log_module,
> mime_magic_modul
Joshua Slive wrote:
On 8/6/07, Lester Caine <[EMAIL PROTECTED]> wrote:
OK I've upgraded form 2.0 to 2.2 as part of a move to keep in line with a
reasonably up to date setup, but I've hit a niggle in the access log.
My new setup is logging all access against 0.0.0.0 and I can't see what I need
t
On 8/5/07, Harvey Saayman <[EMAIL PROTECTED]> wrote:
>
> hey
>
> well like i said im realy flying blind here... i literaly just changed
> those
> directives in my httpd.conf file and nothing else...
>
> the article i read said 192.168.1.1 is a "safe" ip reserved for testing
> and
> will not be rela
On 8/5/07, Sangoi, Nehal (Gexpro, consultant) <[EMAIL PROTECTED]> wrote:
>
>
> Hi
>
> Is there any way, that mod_rewrite in Apache 2.0 can rewrite the complete
> URL to a new domain?
>
> e.g.
>
> I have a URL named :
>
> http://autoproxy.ge.com:4507/jsp/login.jsp
>
> And, this leads to siteminder a
On 8/5/07, Frederick Lamartin <[EMAIL PROTECTED]> wrote:
> 1. Using a Windows Vista platform, I cannot open my website in the server. I
> need help from anyone who can steer me towards a solution. Here are the
> pertinent data.
>
> 2. The path to my website is "C:\Users\Lamartin\My Website".
>
> 3.
Hi all
I need to create a rule to map requests such as
/names/123/data
to
/names/1/2/3/data
I can't control how many digits I need to split up like this, which is where
my regex skillz are breaking down.
Any ideas?
thanks
Wayne
--
2X7 -> %A-3+ -> %K-7+ -> %9-?+ -> %Q-8 -> ?9-?9+
On 8/6/07, wi <[EMAIL PROTECTED]> wrote:
> Hi all
>
> I need to create a rule to map requests such as
>
> /names/123/data
>
> to
>
> /names/1/2/3/data
>
> I can't control how many digits I need to split up like this, which is where
> my regex skillz are breaking down.
RewriteRule ^/names/([0-9]/)*
I have this docroot i want to password protect, but I want to bypass
authentication for certain URL requests.
I have this for a vhost:
AllowOverride None
AuthName "SomeProject: Authorized Access Only"
AuthType Basic
AuthUserFile /
On 8/6/07, Henry Cavillones <[EMAIL PROTECTED]> wrote:
>
>
>
> I have this docroot i want to password protect, but I want to bypass
> authentication for certain URL requests.
>
> I have this for a vhost:
>
>
> AllowOverride None
> AuthName "SomeProject: Authori
On 8/6/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
> On 8/5/07, Michael B Allen <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > I have a very simple mod_rewrite requirement but I can't seem to make it
> > work.
> >
> > I want all paths to invoke a php script *except* some that begin with
> > certain di
Hey, this is my best guess:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteCond %{HTTP_HOST} ^([^.]+)\.samy\.newkilu\.de
RewriteRule ^/(.*)$ %1/$1 [L]
But somehow this doesn't do anything... What am I doing wrong?
I'm trying to rewrite "sub-sub"-domains to the appropriate folder.
Reg
Hello! Apache expert,
If a Reverse Proxy (RP) talks to another Apache
server(AS), is there a way to do bidirectional
authentication or Client-Cert-Auth between those two
Apache servers? It means, the RP needs to send the
client cert to AS for ssl-handshake. Can we do it?
Many Thanks,
Q.Xi
i know trying to host on a dail up is a waste of time. thats not the idea... i
just need to get the http server up and running on the dail up before i get a
propper line for hosting...
so lets say i connect via dail up and my internet IP is 255.255.255.255 for
arguments sake...
should i then co
Hello everyone,
I'm running a webserver (Server version: Apache/2.2.4 (Unix)) on Gentoo
GNU/Linux, Kernel 2.6.22 (x86, Gentoo patchset) for quite some time now, and
cannot seem to fix my problems regarding a per-user
number-of-processes-restriction I need to implement.
I'll post the sections o
On 8/6/07, Samuel Vogel <[EMAIL PROTECTED]> wrote:
> Hey, this is my best guess:
>
> RewriteEngine On
> RewriteCond %{HTTP_HOST} !^www\.
> RewriteCond %{HTTP_HOST} ^([^.]+)\.samy\.newkilu\.de
> RewriteRule ^/(.*)$ %1/$1 [L]
>
> But somehow this doesn't do anything... What am I doing wrong?
> I'm t
On 8/6/07, Qingshan Xie <[EMAIL PROTECTED]> wrote:
> Hello! Apache expert,
>
>If a Reverse Proxy (RP) talks to another Apache
> server(AS), is there a way to do bidirectional
> authentication or Client-Cert-Auth between those two
> Apache servers? It means, the RP needs to send the
> client
Harvey,
On Aug 6, 2007, at 2:58 PM, Harvey Saayman wrote:
should i then configure the Listen directive to "Listen
255.255.255.255:80"?...
If you use "Listen 80", Apache will bind to all IP addresses on the
box, whatever those happen to be.
i asume if this is the case i hav to change this
ok so i have this vhost directory container which is also the vhosts docroot:
AllowOverride All
DirectoryIndex index.html
AuthName "SomeProj: Authorized Access Only"
AuthType Basic
AuthUserFile /usr/local/sites/somep
On 07/08/07, Henry Cavillones <[EMAIL PROTECTED]> wrote:
> ok so i have this vhost directory container which is also the vhosts
> docroot:
It would probably help to see the vhost too as it's unclear if this
directory block is actually in it, and if it isn't, whether there's
another block that coul
34 matches
Mail list logo