On 9/28/08, Luke Turner <[EMAIL PROTECTED]> wrote:
> HTTPD.EXE won't shut down when I turn my computer off. And I see no
> mechanism by which I could properly shut it down. I keep having to do an
> "end task" on it. Google search on this problem indicates that Apache2
> simply isn't right for Windo
From: [EMAIL PROTECTED]
> To: users@httpd.apache.org
> Subject: Re: [EMAIL PROTECTED] How can I uninstall Apache2 from Windows98?
>
> On 9/27/08, Luke Turner <[EMAIL PROTECTED]> wrote:
> > I accidentally installed Apache2 on my Windows98se computer and I want
> > to remo
On 9/27/08, Luke Turner <[EMAIL PROTECTED]> wrote:
> I accidentally installed Apache2 on my Windows98se computer and I want
> to remove it because Apache2 is not compatible with Windows98. I found no
> instructions for this anywhere on the WWW.
>
> Apache does not appear in the list of programs whe
Yes. I accidentally installed Apache2 on my Windows98se computer and I want to
remove it because Apache2 is not compatible with Windows98. I found no
instructions for this anywhere on the WWW.
Apache does not appear in the list of programs when I go to my "Add/Remove
Programs" dialog box.
I am running apache2 on Debian lenny/sid. Precisely what should I add to
my httpd.conf so that /home/user can show up on my web server, and
can I have www.mydomain.org/~user instead of www.mydomain.org/user/ ?
Also how can I setup apache so that I can have http://user.mydomain.org ?
Also I want t
I'm using apache2-2.0.54 on Debian.
I have a website where for some unexplained reason web request
**sometimes**, for a few users, take up to 30 seconds, whereas they
should take <5.
After some research, i found the delay was not on the application
server(J2EE), so i figured it's probably on the
Hi experts,
I am using mod_proxy_balancer for connecting/balancing app servers
(tomcats),
And I also configured '/balancer-manager' to know general information
related to these workers.
Now what I need that how many requests are being served currently by any
tomcat that is like a balancer
Hi all,
I have configuration like
ServerName 192.168.99.29:1100
BalancerMember ajp://192.168.98.62:11009 route=tomcat2 loadfactor=1
BalancerMember ajp://192.168.96.181:12009 route=tomcat1 loadfactor=1
ProxyPass balance
Hello Shaun, personally I do not put up with any crap from ISPs. I have run 2
public Linux boxes since 2000. I pay for a business DSL line that was once
owned Mom-and-Pop and so I do not appreciate any deviations in the connection
and my provider knows it. The simplest way is to just block all N
EMAIL PROTECTED] How can I block International users? -
Email found in subject
On Sun, Jan 13, 2008 at 11:42:03PM -0500, Shaun T. Erickson wrote:
> My site has too much traffic, according to my hosting provider. Is
> there any easy way to block all International (non-USA) IP addresses
> vi
On Sun, Jan 13, 2008 at 11:42:03PM -0500, Shaun T. Erickson wrote:
> My site has too much traffic, according to my hosting provider. Is
> there any easy way to block all International (non-USA) IP addresses
> via an .htaccess file?
Use the geoip module. But I doubt it works with only .htaccess.
C
My site has too much traffic, according to my hosting provider. Is
there any easy way to block all International (non-USA) IP addresses
via an .htaccess file?
--
-ste
-
The official User-To-User support forum of the Apach
Is it possible to link libgcc statically to libaprutil-1.so and libapr-1.so
rather than dynamically. Please let me know how to do it?
Thanks
Sunil Desai
DISCLAIMER:
This message (including attachment if any) is confidential and may be
privileged. If you have received this message by mis
How can I change the Content-Type of CGI scripts?
Hi.
Working with Apache 2.0 (on a customer's server and on my own server),
I've got a '500 Internal Server Error' with a CGI application. When
accessing 'http://customer_machine/test.cgi', Firefox tries to
download the error webpage.
But when acc
--- Thomas Antony <[EMAIL PROTECTED]> wrote:
>
> > I have a website (virtual server) and many DNS
> > aliases pointed to the same server.
> >
> > But I have some directory which should be
> accessible
> > only via specific DNS alias (== URL).
> > If/How this can be done?
> >
> > E.g, I have
--- Boyle Owen <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: Vitaly [mailto:[EMAIL PROTECTED]
> > Sent: Monday, September 24, 2007 9:59 AM
> > To: users@httpd.apache.org
> > Subject: [EMAIL PROTECTED] How can I limit access only
>
> -Original Message-
> From: Vitaly [mailto:[EMAIL PROTECTED]
> Sent: Monday, September 24, 2007 9:59 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] How can I limit access only to specific URLs?
>
> I have a website (virtual server) and many DNS
>
I have a website (virtual server) and many DNS
aliases pointed to the same server.
But I have some directory which should be accessible
only via specific DNS alias (== URL).
If/How this can be done?
E.g, I have a.example.com, b.example.com,
c.example.com pointed to the same virtualhost.
And
I have a website (virtual server) and many DNS
aliases pointed to the same server.
But I have some directory which should be accessible
only via specific DNS alias (== URL).
If/How this can be done?
E.g, I have a.example.com, b.example.com,
c.example.com pointed to the same virtualhost.
And for
Hello,
please wrap your lines to be max 80 characters long (72 to 75 is best len)
On 19.08.07 23:05, Galaxy Virus wrote:
> At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I
> found apache22.sh in /rc.d. but not htcacheclean.sh.
>
> So I added 'LoadModule proxy_module libex
Hello,
At last, I installed apache2.2.0 using ports on FreeBSD release 6.1. I found
apache22.sh in /rc.d. but not htcacheclean.sh.
So I added 'LoadModule proxy_module libexec/apache22/mod_proxy.so' in
httpd.conf.
But when I start httpd, I got this error. httpd:
Syntax error on line 7
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
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
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote:
> Thanks. I tried by adding this in my apache2.conf:
>
> ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1
>
>
> and when i hit http://localhost/v/sample_100kbit.mov, i get this error
message:
>
>
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote:
Thanks. I tried by adding this in my apache2.conf:
ScriptAliasMatch ^/v/(.+) /usr/local/movies/$1
and when i hit http://localhost/v/sample_100kbit.mov, i get this error message:
The server encountered an internal error or misconfiguration and
On 7/16/07, Joshua Slive <[EMAIL PROTECTED]> wrote:
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote:
> Hi,
>
> In apache, can I do this:
> http://127.0.0.1:/dir1/index.html
>
> will go to /var/www/dir1/index.html
>
> and then
> http://127.0.0.1:/dir2/index.html
>
> will go to /usr/local/bin/www/di
On 7/16/07, ying lcs <[EMAIL PROTECTED]> wrote:
Hi,
In apache, can I do this:
http://127.0.0.1:/dir1/index.html
will go to /var/www/dir1/index.html
and then
http://127.0.0.1:/dir2/index.html
will go to /usr/local/bin/www/dir2/index.html
If yes, can you please tell me how can I do that?
You
Hi,
In apache, can I do this:
http://127.0.0.1:/dir1/index.html
will go to /var/www/dir1/index.html
and then
http://127.0.0.1:/dir2/index.html
will go to /usr/local/bin/www/dir2/index.html
If yes, can you please tell me how can I do that?
Thank you.
-
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote:
Thanks. That is what I am looking for. How can I put your test program
running in apache and how can I invoke that via my browser?
First you'll need to compile it. Hopefully you're using an operating
system that bundles a C compiler :-)
$ cc he
Thanks. That is what I am looking for. How can I put your test program
running in apache and how can I invoke that via my browser?
Thanks again.
On 7/10/07, Vincent Bray <[EMAIL PROTECTED]> wrote:
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote:
> Can you please tell me what is the easiest way
On 10/07/07, ying lcs <[EMAIL PROTECTED]> wrote:
Can you please tell me what is the easiest way to write a cgi using c/c++?
I am coming from Tomcat servlet environment, I would like to know how
can I do a cgi using c/c++ in apache?
C:
#include
int main (void)
{
printf("Content-Type: text/ht
Hi,
Can you please tell me what is the easiest way to write a cgi using c/c++?
I am coming from Tomcat servlet environment, I would like to know how
can I do a cgi using c/c++ in apache?
Thank you.
-
The official User-To-User
On 4/3/07, herauthon <[EMAIL PROTECTED]> wrote:
Dear Enlisted Ones.
I would be pleased if i could exclude
visitors because they have no return dns.
my very smart idea was to list allthose
without and make this a rule set for
exclusion - but i am sure there is
yet smarter way..
enlighten me plea
Dear Enlisted Ones.
I would be pleased if i could exclude
visitors because they have no return dns.
my very smart idea was to list allthose
without and make this a rule set for
exclusion - but i am sure there is
yet smarter way..
enlighten me please..
show me the way
one apprentice alchemist
Your "CODE"?
externally...
/apachectl -l
Compiled in modules:
core.c
worker.c
http_core.c
mod_so.c
internally see ap_mpm_query()
Khai Doan wrote:
> How can my code determine which MPM is being use without looking at the
> httpd.conf ? Does apache export an environment variable for this
On Jan 30, 2007, at 4:24 PM, Khai Doan wrote:
How can my code determine which MPM is being use without looking at
the httpd.conf ? Does apache export an environment variable for
this ?
You can call ap_mpm_query(). See:
http://docx.itscales.com/
group___a_p_a_c_h_e___c_o_r_e___m_p_m.html
How can my code determine which MPM is being use without looking at the
httpd.conf ? Does apache export an environment variable for this ?
Thanks
Khai
Hi Vitaly,
I don't know about mod_cache, but we're having a similar configuration
here (Apache in front, Tomcat serving behind).
We experienced that Apache doesn't "touch" any headers when they are
served from Tomcat. Unfortunately. there is no option within Tomcat to
declare http-headers in the
Good day!
I have jetspeed 2 portal that runs over tomcat 5.5.20. I have
mod-rewrite module in front of tomcat. So, users of my portal enters
in browser user-friendly urls like
'http://news.mycompany.net/xxx.html'
I want to cache all pages of my portal with 2 minutes expiration,
because content o
I removed those '#' signs when I first time tried to get asp-pages working.Also I checked error.log file, but there were no information about loading errors of any mod files.
2006/8/17, William A. Rowe, Jr. <[EMAIL PROTECTED]>:
pasi julkunen wrote:> This intructions came along:>> LoadModule aspdotn
pasi julkunen wrote:
> This intructions came along:
>
> LoadModule aspdotnet_module "../modules/mod_aspdotnet.so"
Those lines were fine (I suppose it tells you in your error.log file that
mod_aspdotnet is loaded)...
> #AspNetMount /app-uri "C:/path/to/app"
Did you really leave the '#' signs in?
This intructions came along:LoadModule aspdotnet_module "../modules/mod_aspdotnet.so"AddHandler asp.net asax ascx ashx asmx aspx axd config cs csproj \ licx rem resources resx soap vb vbproj vsdisco webinfo
AliasMatch "^/(?i)aspnet_client/system_web/(\d+)_(\d+)_(\d+)_(\d+)/(.*)"
At 04:39 PM 8/16/2006, you wrote:
I installed some 3rd party module to Apache 2.
After installation I tested some pages in browser, but all I got was
only code showing page.
The installation package was mod_aspdotnet-2.0.0.msi
Is it possible to get .NET pages working under Apache?Os is xp.
I installed some 3rd party module to Apache 2.After installation I tested some pages in browser, but all I got was only code showing page.The installation package was mod_aspdotnet-2.0.0.msiIs it possible to get .NET pages working under Apache?Os is xp.
hello can any one help me out please i hav tomcat 5.0.30 and axis 2 versions installed. in the installation guide it was mentioned clearly about java applications . but how about c++ applications..? i have few queries.. 1. how can we create and deploy a web service for c++ 2. which axis ve
robert rottermann wrote:
keith,
thank you very much for your answer.
I was a bit unclear. I know that I can name the files like this
CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined
however I would like to have the "projekte2.fh-aargau.ch" part
replaced by a variable.
Is this
On Mon, Jan 02, 2006 at 12:01:33PM CST, robert rottermann <[EMAIL PROTECTED]>
wrote:
:
: I was a bit unclear. I know that I can name the files like this
:
: CustomLog /var/log/apache2/projekte2.fh-aargau.ch/com_log combined
:
: however I would like to have the "projekte2.fh-aargau.ch" part
: re
-ascs
-Original Message-
From: robert rottermann [mailto:[EMAIL PROTECTED]
Sent: Monday, January 02, 2006 7:02 PM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
keith,
thank you very much for your answer.
I was a bit unclear. I know that I can nam
06, robert rottermann wrote:
> To: users@httpd.apache.org
> From: robert rottermann <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
>
> keith,
> thank you very much for your answer.
> I was a bit unclear. I know that I can name th
Have you looked at mod_setenvif ?
Keith
On Mon, 2 Jan 2006, robert rottermann wrote:
> To: users@httpd.apache.org
> From: robert rottermann <[EMAIL PROTECTED]>
> Subject: Re: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
>
> keith,
> thank you very much fo
u will need to create the /projekte2.fh-aargau.ch/
directory under /var/log/apache2. This will keep logs for
each virtual host seperate in their own sub-directory.
HTH - Keith Roberts
On Mon, 2 Jan 2006, robert rottermann wrote:
To: users@httpd.apache.org
From: robert rottermann <[EM
or
each virtual host seperate in their own sub-directory.
HTH - Keith Roberts
On Mon, 2 Jan 2006, robert rottermann wrote:
> To: users@httpd.apache.org
> From: robert rottermann <[EMAIL PROTECTED]>
> Subject: [EMAIL PROTECTED] how can I add SERVER_NAME to a filename
>
&g
Hi there,
I would like to
use a construct like the following
ServerAdmin [EMAIL PROTECTED]
ServerName projekte2.fh-aargau.ch
CustomLog /var/log/apache2/%{SERVER_NAME}.log combined
ErrorLog /var/log/apache2/%{SERVER_NAME}.log
However, the filename it creates is %{SERVER_NAME
On 10/14/05, Warren Beldad <[EMAIL PROTECTED]> wrote:
> what i did is, i really install new FC4 on another harddisk.
> download apache_1.3.33.tar.gz
> tar -xvzf apache_1.3.33.tar.gz
> edit src/Configuration
>EXTRA_CFLAGS=-DBIG_SECURITY_HOLE
>
> ./configure --prefix=/usr/local/apache --serve
what i did is, i really install new FC4 on another harddisk.
download apache_1.3.33.tar.gz
tar -xvzf apache_1.3.33.tar.gz
edit src/Configuration EXTRA_CFLAGS=-DBIG_SECURITY_HOLE
./configure --prefix=/usr/local/apache --server-uid=root --server-gid=root
make
make install
/usr/local/apache/bin
On 10/13/05, Warren Beldad <[EMAIL PROTECTED]> wrote:
> thanks for the help,
> but still it doesn't work. I modify again the src/Configuration and rebuild
> EXTRA_CFLAGS=-DBIG_SECURITY_HOLE
> (actually the src/Configuration doesnt have the space before the equal, just
> a typo error in my mail)
> s
thanks for the help,
but still it doesn't work. I modify again the src/Configuration and rebuildEXTRA_CFLAGS=-DBIG_SECURITY_HOLE(actually the src/Configuration doesnt have the space before the equal, just a typo error in my mail)
still I got the same error.
I am creating a NAS like web, just like
On 10/12/05, Warren Beldad <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I am new to this list and also a newbie on apache :-((
> I just want to ask on how can I serve pages while running as a root. I know
> this is a big security risk, but i really need to run as a root. ex. create
> a user, etc...modi
Hi all,
I am new to this list and also a newbie on apache :-((
I just want to ask on how can I serve pages while running as a root. I know this is a big security risk, but i really need to run as a root. ex. create a user, etc...modify the sudoers file still no success.
i found another of this in
too less information. what kind of problems do you face? Is there some kind db
connection?
-Original Message-
From: Mahmoud Badreddine [mailto:[EMAIL PROTECTED]
Sent: Sat 08.10.2005 01:54
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] how can I work offline with Apache
Hi
I
Mahmoud Badreddine wrote:
> I ran apachectl start
> and I had no problems, but I still can't launch my website. Is there a
The sentence doesn't make much sense. I suspect that your problem is
that your system doesn't have any networking support at all, so you
should fix that. Anyway, there is noth
Hi
I have a running web/database server which was running fine at my workplace. We recently upgragded the station and I decided to bring the old one home where I am unable to connect to the Lan at work.
I changed the followig in the httpd.conf
listen 127.0.0.1:80
and I changed my /etc/hosts fi
On 9/1/05, tvlgiao <[EMAIL PROTECTED]> wrote:
> hi all,
> i want to configure my apache2 server rewrite webmail.mydomain.com to
> mydomain.com:32000 (but not redirect), how can i do it?
> i also read an article URL Rewriting Guide on http://apache.org, but did
> not give me any idea,
> thanks
hi all,
i want to configure my apache2 server rewrite webmail.mydomain.com to
mydomain.com:32000 (but not redirect), how can i do it?
i also read an article URL Rewriting Guide on http://apache.org, but did
not give me any idea,
thanks for all advices.
best regards,
Giao L. Trinh
MEENA SELVAM wrote:
This link doesnt include search facility
http://mail-archives.apache.org/mod_mbox/httpd-users/
is there any other link where i can search thru the
httpd.apache.org archive
Yes, www.google.com. Use "site:mail-archives.apache.org" and perhaps
"inurl:httpd".
**
On 8/18/05, MEENA SELVAM <[EMAIL PROTECTED]> wrote:
> This link doesnt include search facility
> http://mail-archives.apache.org/mod_mbox/httpd-users/
>
> is there any other link where i can search thru the
> httpd.apache.org archive
Somebody was working on adding search to the archives, but I th
This link doesnt include search facility
http://mail-archives.apache.org/mod_mbox/httpd-users/
is there any other link where i can search thru the
httpd.apache.org archive
meena
__
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protect
Hi, all,
I'm new in this area. Could anyone please tell me how to start? I
want to use Apache XML security library (c version) with httpd to
filter XML traffic.
Any advice is appreciated.
Thanks in advance,
Zhenxiao Liu
Hi, all,
I'm new in this area. Could anyone help me start using XML security library?
Any advice is appreciated.
Thanks in advance.
Zhenxiao Liu
-
The official User-To-User support forum of the Apache HTTP Server Pro
69 matches
Mail list logo