ay be bad one) is to use a RewriteMap and generate
rewrite maps using php (it would be a highly cpu intensive task for
apache probably, no ideas..never used rewritemap)
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/_linuxgeek_
Website:
igest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
--
Sent from my mobile device
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website
t; 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
>
>
--
Sent from my mobile device
--
Regards,
Nilesh Govindarajan
Facebook:
On 02/02/2011 10:28 PM, Silvio Siefke wrote:
> Hello,
>
>
> Am 02.02.2011 17:26, schrieb Nilesh Govindarajan:
>> Quite a weird question, have you checked the firewall?
>> Try if it works without the firewall.
>> I don't think a firewall would ever be configure
On 02/02/2011 09:04 PM, Silvio Siefke wrote:
> Am 02.02.2011 16:05, schrieb Nilesh Govindarajan:
>> ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/
>> AddHandler php-fcgi .php
>> Action php-fcgi /cgi-bin/php-cgi
>>
>> Options +ExecCGI
>>
>
> I
Options +ExecCGI
Just let me know if it works.
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/_linuxgeek_
Website: http://www.itech7.com
-
The official User-To-User s
my website, its an original article]
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
VPS Hosting: http://www.itech7.com/a/vps
-
The off
On 01/11/2011 09:13 PM, Hendrik Schmieder wrote:
Mark H. Wood schrieb:
On Tue, Jan 11, 2011 at 06:06:16PM +0530, Nilesh Govindarajan wrote:
On 01/11/2011 04:18 PM, Paolo DiCanio wrote:
The example on that page is for MySql. Unfortunately when using SQL
Server,
the configuration is more
at.
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
VPS Hosting: http://www.itech7.com/a/vps
-
The official User-To-User support forum of
o use both a file and a database for
authentication, then if someone could explain how to configure SQL Server
database authentication (only), I'd be very grateful.
Thanks,
Paolo
http://httpd.apache.org/docs/2.2/mod/mod_authn_dbd.html
--
Regards,
Nilesh Govindarajan
Facebook: http://www.fa
digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
You want to restrict upload size?
Hint: Check out and LimitRequestBody at
http://httpd.apache.org/docs/2.2/mod/core.html#limit
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.
On Tue, Jul 27, 2010 at 7:58 PM, Hajo Locke wrote:
>>> On 2010-07-27 10:15, Nilesh Govindarajan wrote:
>>>>>
>>>>> If I understood your question properly, you're asking that
>>>>> /htdocs/a.php is one fastcgi app and /htdocs/b.php is an
On Tue, Jul 27, 2010 at 5:26 PM, Jefferson Ogata wrote:
> On 2010-07-27 10:15, Nilesh Govindarajan wrote:
>> If I understood your question properly, you're asking that
>> /htdocs/a.php is one fastcgi app and /htdocs/b.php is another.
>> If you want it this way, the
code for /cgi-bin/php.fcgi:
#!/bin/bash
export PHPRC=/usr/local/etc/php PHP_FCGI_CHILDREN=0
exec /usr/local/bin/php-cgi $@
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
VPS Hosting: http://www.itech
d code in memory,
so you don't need opcode caching mechanisms to accelerate PHP
performance like (eaccelerator, xcache, etc.) - reduces the memory
used by those extensions.
I personally use mod_fcgid on my server and am happy with it. It gives
stunning performance.
You should try out mod_fcgid
sage telling people to e-mail me if they think their IP has been
> blocked by mistake.
>
> -Bennett
There's still a cryptic way for that, but I don't know it will work or not.
Create eth0:0 with IP of 192.168.1.X or some other non-public IP.
Make apache listen on that IP,
ot; message if connecting from a banned IP?
>
> -Bennett
>
If you want to block the IPs on all services you could use iptables
along with ipset.
You could also put them directly in iptables as chain rules, but as
the number of IPs increases, it increases the CPU usage like hel
ype: text/plain
echo
echo "FOO"
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
Cheap and Reliable VPS Hosting: http://j.mp/arHk5e
---
AddHandler php-fcgi .php .html
Action php-fcgi /cgi-bin/php.fcgi
Options +ExecCGI
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
Cheap and Reliable VPS Host
On 06/21/2010 08:11 PM, Jai wrote:
Can you please explain how the problem was solved?
On Mon, Jun 21, 2010 at 9:09 AM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 06/21/2010 05:36 PM, Nilesh Govindarajan wrote:
Yesterday I posted a message about apache not bein
On 06/21/2010 05:36 PM, Nilesh Govindarajan wrote:
Yesterday I posted a message about apache not being able to create more
than 3 children * 56 threads each. I found out that this setting
consumes all the memory available i.e. all the 512 MB available.
What is the reason for this ?
Stopping
@Dan, and @Eric
Thank you for your inputs, adjusting thread stack size and ulimit -s
helped it.
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
Cheap and Reliable VPS Hosting: http://j.mp/arHk5e
factors
like PHP, etc. but that doesn't come in question because it runs via
mod_fcgid so, the interpreter is not active unless some php script is
requested.
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website:
On 06/21/2010 07:01 AM, Dan Poirier wrote:
On 2010-06-20 at 14:08, Nilesh Govindarajan wrote:
A newly configured apache installation keeps emitting this error.
It was compiled from scratch with worker MPM.
The settings for worker MPM is below:
StartServers 5
MaxClients
MaxRequestsPerChild 0
It is an OpenVZ VPS with kernel 2.6.18-164.15.1.el5.028stab068.9 and RAM
512 MB.
--
Regards,
Nilesh Govindarajan
Facebook: http://www.facebook.com/nilesh.gr
Twitter: http://twitter.com/nileshgr
Website: http://www.itech7.com
Cheap and Reliable VPS Hosting: http://j.mp/arHk5e
with using a distributed FS for just the
configs but this seems ‘overkill’ for this job. I am hoping there is a
builtin/patch to allow for just reading it from a sql table or the like.
Thank you for your time!
http://wiki.apache.org/httpd/ApacheVirtualHostMysql
--
Nilesh Govindarajan
Facebook
pache, mysql and php I would be able to mount the usb drive and
> away we go.
> Nigel
>
> --
> public pgp key at
> http://www.neuralsolutions.co.uk/gpg.txt
>
You will need a statically linked version of the binaries you put on
the usbdisk, otherwise, the libraries listed by ldd , should
be present on e
2010/6/1 Igor Galić :
>
> - "Nilesh Govindarajan" wrote:
>
>> Hi,
>>
>> I have an installation of Apache running, so thinking of using it as
>> a
>> personal caching server after being fed up of firefox crashes which
>> clears the cach
me in
the right direction.
--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist
-mail: users-h...@httpd.apache.org
>
>
Could you please explain it more clearly ?
--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com
-
The official User-To-User support forum of the Apac
ers-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
I don't think this can be done with Apache. You need to use PHP's
bufferring mechanism.
Wait for someone else to reply, may be they know Apache based
bufferring soluti
://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
>
>
http://www.itech7.com/Linux/Ap
On Fri, May 28, 2010 at 9:40 AM, Nilesh Govindarajan wrote:
> On Fri, May 28, 2010 at 9:33 AM, gping wrote:
>>
>> Thanks for your quick reply.
>> I was focusing on httpd.conf. And now i try to modify ssl.conf.
>> Q: how to make the web site https:// only?
>> I
@httpd.apache.org
>
>
Hashing out Listen 80 and configuring any vhosts with :443 in
and ServerName should help.
If it doesn't work, redirect it.
--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com
mmands, e-mail: users-h...@httpd.apache.org
>
>
Fedora's default httpd installation configures mod_ssl in
/etc/httpd/conf.d/ssl.conf
Edit that and your problem should be solved. I think you're trying to
edit the configuration right into /etc/httpd/conf/httpd.conf ?
--
Nilesh
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 digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@htt
On Thu, May 27, 2010 at 1:45 PM, J. Bakshi wrote:
> On 05/27/2010 01:14 PM, Nilesh Govindarajan wrote:
>> On Thu, May 27, 2010 at 12:25 PM, J. Bakshi wrote:
>>
>>> On 05/27/2010 12:16 PM, J. Bakshi wrote:
>>>
>>>> Hello list,
>>>>
>>
at instant into a file.
Though it may have a lot of performance overhead. You've been warned.
The script:
#!/bin/bash
ps -C httpd &> /dev/null
if [ $? -ne 0 ]; then
ps -A > /processlit
fi
--
Nilesh Govindarajan
Facebook: nil
g
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>
How you got [1] fixed, there's no change in the rule !
For bulk redirection within subdomains I suggest this:
RewrtieCond %{HTTP_HOST} (.+).mydomain.com$
RewriteRule (.*) http://www.mydomain.com/?domain=%{HTTP
> Regards
> Nasir
>
The MPM that is to be used is decided at compile time. You will have
to recompile apache to change MPM. Worker usually performs better for
large amount of requests but is threaded- so you need thread safe
applications and libraries which work with apache.
--
N
o the weird bugs in IE 6. I don't
know the fixes to it, wait for some others to answer. I suggest you
stop supporting IE 6 now.
--
Nilesh Govindarajan
Facebook: nilesh.gr
Twitter: nileshgr
Website: www.itech7.com
-
The offic
On Tue, May 25, 2010 at 2:47 PM, Lester Caine wrote:
> Nilesh Govindarajan wrote:
>>
>> On Tue, May 25, 2010 at 3:01 AM, Lester Caine wrote:
>>>
>>> I've had this problem before and fixed it but can't remember what the fix
>>> was :(
>>
--
> 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 digest: users-digest-unsubscr...@httpd.apache.org
>
On Tue, May 25, 2010 at 10:24 AM, Mario Mol wrote:
> Well,
>
> i`ve done apt-get update , so its all fresh new.
>
> Could this be related to some of security mods? For example, mod-security,
> qos, psad?
>
> Cheer,s
>
> On 25 May 2010 01:45, Nilesh Govindarajan wro
d others should be able to access the files if and only if they know
the full access path right ?
I don't think this problem can be solved only with apache, you need
some scripting stuff.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
---
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 digest: users-digest-unsubscr...
rror.log:
>>>>> [Sun May 23 08:49:56 2010] [error] [client 189.82.133.147] client
>>>>> denied by server configuration:
>>>>> /var/www/sites/dtc/gemt.com.br/subdomains/www/html/imagens/layou
On 05/18/2010 12:25 PM, Igor Cicimov wrote:
Dude, you really want everything serve on a plate :)
RewriteRule (.*)/(.*)/$ $1/$2 [R=301,L]
or even better
RewriteRule (.*)/$ $1 [R=301,L]
On Tue, May 18, 2010 at 4:37 PM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 05/1
direct like this?
RewriteRule (.*)/foo/$ $1/foo [R=301,L]
Igor
On Tue, May 18, 2010 at 11:25 AM, Nilesh Govindarajan
mailto:li...@itech7.com>> wrote:
I am using Zend PHP Framework for my application, so all
requests to non-existent files, directories (o
redirect
/foo/ to /foo.
--
Nilesh Govindarajan (निलेश गोविंदराजन)
Twitter: nileshgr
Facebook: nilesh.gr
Website: www.itech7.com
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org
Hi,
For SEO reasons, I'd like to redirect /page/ to /page, how to ?
--
Nilesh Govindarajan (निलेश गोविंदराजन)
Twitter: nileshgr
Facebook: nilesh.gr
Website: www.itech7.com
-
The official User-To-User support forum o
On 04/25/10 18:07, Arunkumar Janarthanan wrote:
Thanks Nilesh, so according to you httpd.config file is more advanced
than .htaccess ?
On Sun, Apr 25, 2010 at 8:31 AM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 04/25/10 17:57, Arunkumar Janarthanan wrote:
Everything that can be put in .htaccess can be very well put in the
config files using , , or
But not everything in config files is possible to put in .htaccess.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम
an ethics list, I will leave this discussion here.
The web is about freedom of information.
On Mon, Apr 12, 2010 at 2:25 AM, Nilesh Govindarajan wrote:
On 04/10/10 13:53, Devraj Mukherjee wrote:
Hi Nilesh,
Deny and Allow option override can be globally configured as such
http://httpd.apache.or
, 2010 at 3:15 PM, Nilesh Govindarajan wrote:
Hi,
I have installed mod_geoip.
Now I want block Chinese and Russian visitors which should not overridden in
.htaccess
I.e. The Deny directive should work globally and should not be overridden by
any other 'Allow from All' directives.
Is thi
AM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 04/09/10 15:14, Michael Ni wrote:
I have a java project that resides in tomcat. Recently we
needed to add
Wordpress (php project).
We decided to go with Apache Server in front with virtual host
pache2.2/htdocs"
First of all, you need a NameVirtualHost *:80
Then you should use ServerAlias to add www to the vhost.
As a SEO point of view, you should redirect www to non-www or vice-versa.
--
Nilesh Govindaraja
s in every .htaccess ?
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://ht
" from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org
Write a fcgi script to serve the files and use suexec to switch the user
ids.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान
e HTTPD list
too !
Try using mod_fcgid, and in the initializer script set PHPRC variable to
a custom php.ini with the required include_path configuration.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
On 04/03/10 10:12, Ravi Roy wrote:
On Sat, Apr 3, 2010 at 9:55 AM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 04/03/10 09:38, Ravi Roy wrote:
Try using the /sbin/service command instead of this.
Also, your httpd is self compiled or ins
n using:
yum remove httpd
This _will_ remove /etc/rc.d/init.d/httpd as well.
You will have to use /usr/local/apache2/bin/apachectl to control the
apache daemon.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भा
On 04/03/10 07:53, Ravi Roy wrote:
On Fri, Apr 2, 2010 at 9:57 PM, Nilesh Govindarajan mailto:li...@itech7.com>> wrote:
On 04/02/10 21:52, Ravi Roy wrote:
Hi
I installed Apache/2.2.13 (Unix) on CentOS 5.4. My prolbem is
that when
I try to start and s
e you performance as well as
security since it possible to use suExec with mod_fcgid.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The official User-To-User suppo
-
Your Mail works best with the New Yahoo Optimized IE8. Get it NOW!
<http://in.rd.yahoo.com/tagline_ie8_new/*http://downloads.yahoo.com/in/internetexplorer/>.
I don't know bout limiting no. of requests, but using and
LimitRequestBody, you can control the maximum size of uploads / d
lready running at port number 80. Use netstat
-ltnp | grep ':80' to get the process name and pid.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The of
nnouncement. So
you need to wait till 2.3 is out. :)
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The official User-To-User support forum of the Apache HTTP
I didn't understand your problem clearly, but I think you're looking for
RedirectMatch.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The official User-
mands, e-mail: users-h...@httpd.apache.org
SuExec. Read the docs for SuExec.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
मेरा भारत महान !
मम भारत: महत्तम भवतु !
-
The official User-To-User support forum o
com
There's nothing to do with Apache here. Your PHP hasn't been compiled
with Zlib extension.
I don't know why people come here with PHP questions although this not a
PHP ML. Go to PHP ML and ask how to compile with Zlib or read the docs !
--
Nilesh Govindarajan
Site &
On 03/27/2010 05:19 PM, Dan Poirier wrote:
On 2010-03-26 at 22:20, Nilesh Govindarajan wrote:
If you wish to learn PHP, read the PHP manual at www.php.net
This is not the place for discussion of PHP, except for its setup, etc.
I will give you hint that you need an SMTP server at localhost
setup, etc.
I will give you hint that you need an SMTP server at localhost. For more
info, ask on PHP Mailing Lists.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
-
The official User-To-User
at sounded
relevant became dead-ends, so here I am. Anyways - I hope one of you can
answer this; thanks in advance.
--
HOOM
Migrants are supposed to read the documentation thoroughly.
--
Nilesh Govindarajan
Site & Server Administrator
On 03/23/2010 08:13 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 10:02 AM, Nilesh Govindarajan wrote:
On 03/23/2010 07:26 PM, Nilesh Govindarajan wrote:
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan
wrote:
On 03/23/2010 06:07 PM, Jeff
On 03/23/2010 07:26 PM, Nilesh Govindarajan wrote:
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan
wrote:
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan
wrote:
Hi,
I recently migrated from
On 03/23/2010 07:20 PM, Jeff Trawick wrote:
On Tue, Mar 23, 2010 at 8:48 AM, Nilesh Govindarajan wrote:
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan
wrote:
Hi,
I recently migrated from mod_fastcgi to mod_fcgid and experienced
enormous
On 03/23/2010 06:07 PM, Jeff Trawick wrote:
On Sat, Mar 20, 2010 at 2:16 AM, Nilesh Govindarajan wrote:
Hi,
I recently migrated from mod_fastcgi to mod_fcgid and experienced enormous
performance boost.
My current settings is as follows -
FcgidMaxProcesses 100
FcgidMaxProcessesPerClass 50
FcgidOutputBufferSize 1048576
FcgidProcessLifeTime 1800
FcgidMinProcessesPerClass 2
Main use is for PHP applications, but in future may add some languages.
Server config -
Fedora 12, 500 MB RAM, Pentium 2 Ghz
PHP applications are cached using Xcache, and will normally use PostgreSQL.
--
Nilesh Govindarajan
Site
pache.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
I think your mod_fcgid's IPC dir is not writeable. Che
Search !
--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com
-
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
rg/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
>
>
Use mod_rewrite.
RewriteEngine On
RewriteRule
t; from the digest: users-digest-unsubscr...@httpd.apache.org
>> For additional commands, e-mail: users-h...@httpd.apache.org
>>
>
> Why are you using ProxyPass ? You can use Redirect if don't want to mask
ache.org
Why are you using ProxyPass ? You can use Redirect if don't want to mask
that content is coming from your server (and of course save your bandwidth).
--
Nilesh Govindarajan
Site & Server Adminstrator
www.itech7.com
On Fri, Mar 12, 2010 at 11:06 PM, Reese wrote:
> On 12-Mar-10 11:31, Nilesh Govindarajan wrote:
>>
>> On Fri, Mar 12, 2010 at 6:49 PM, Bruno - e-comBR
>> wrote:
>
>>> It's causing a little throuble for me. When a PHP script generates a
>>> bigger
&g
mmands, e-mail: users-h...@httpd.apache.org
>
If a file is accessed frequently, the kernel automatically caches it.
But this doesn't seem to work in your case (maybe SuSe has disabled it
?).
Another option is that, you run a script which will generate an
index.html periodically as per the c
h apache is queuing a
> new script, and just begin running this when the queue is empty again.
>
> What do you suggest me?
>
> Thank you,
> Bruno Moreira Guedes
>
I don't use mod_php, so don't know about its behavior. But I recommend
you inform the users that
nt.
>
> Regards,
> PRAMOD KUMAR
>
>
>
>
>
>
> All the latest on four wheels and more Get it now.
Probably you're using same pid files
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
-
ee. Access or use by any other person
> to this internet email is not authorized and may be unlawful. If you are not
> the intended recipient, please delete or destroy this email. If you do not
> wish to receive future emails from this sender, please reply directly to
> this emai
mmands, e-mail: users-h...@httpd.apache.org
>
Use standard logging methods, and run logrotate regularly using cron.
I do it this way. With logrotate you can also mail the owner(s) of the
virtualhosts a compressed version of the log for analysis and delete
it from your server.
--
Nilesh Govindaraj
r 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
>
>
Ummm.. I don't think so. I compiled httpd with
openssl-deve
ttp://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
>
>
I don't remember exactl
nside a virtualhost for domain.
I.e. I have a virtualhost whose ServerName is set to domain.com
and only one line inside that -
RedirectPermanent / http://www.domain.com/
If you have SSL on your domain, this going to create some problems.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
like you've enabled mod_cache*
Disable them.
If that's not enabled, its something to do with your script.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
On Fri, Mar 5, 2010 at 10:33 AM, J. Bakshi wrote:
> On 03/04/2010 05:18 PM, Nilesh Govindarajan wrote:
> > On Thu, Mar 4, 2010 at 2:40 PM, Igor Cicimov > <mailto:icici...@gmail.com>> wrote:
> >
> > See the name of the module in the LoadModule line in the
ion would be using mod_setenvif. I doubt if query string checking is
there with mod_setenvif. If its there, you could set an env variable and
depending on that configure auth.
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
On Thu, Mar 4, 2010 at 2:40 PM, Igor Cicimov wrote:
> See the name of the module in the LoadModule line in the config file
>
> On Mar 4, 2010 6:16 PM, "J. Bakshi" wrote:
>
> On 03/04/2010 11:40 AM, Nilesh Govindarajan wrote: > On Thu, Mar 4, 2010 at
> 11:12
ache HTTP Server Project.
> See 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
>
>
I think you should be using rewrite_module.c instead of mod_rewrite.c
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
httpd.apache.org
>>
>>
>
> -
> 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-unsu
pport 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 digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@
ct.
> See 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
>
>
First of all, why do you want to use port 8000 ? Your ISP is blocking port
80 ?
--
Nilesh Govindarajan
Site & Server Administrator
www.itech7.com
1 - 100 of 148 matches
Mail list logo