Hello Leonas.
I _believe_ TCP_FASTOPEN is disabled in the kernel by default. Is it enabled?
Try this and see if it helps: echo 1 > /proc/sys/net/ipv4/tcp_fastopen
/Rob
On Sat, Jun 15, 2013 at 12:43 PM, Leonas Sutkevičius wrote:
> Hello,
>
> I'm trying to enable TCP fast open on Apache server.
Hello all,
We have:
Apache 2.2.3
CentOS 5.5 x86_64
Splunk 5.0.2
I only know the basics but Apache has been serving us very well with the
below config
and only after about a week did pages refresh very slowly, up to a minute
to reload
sometimes.
I tailed both httpd and splunkd logs and saw a c
On 24 June 2013 17:49, David Guerra wrote:
> You are receiving 304's?
> That doesn't make sense. Maybe 504's which many times will point to a
> load issue on the backend server.
>
>
> On Mon, Jun 24, 2013 at 9:03 AM, Robert Gabriel wrote:
>
>> He
On 24 June 2013 18:27, Tom Evans wrote:
> On Mon, Jun 24, 2013 at 2:03 PM, Robert Gabriel
> wrote:
> > Hello all,
> >
> > We have:
> >
> > Apache 2.2.3
> > CentOS 5.5 x86_64
> > Splunk 5.0.2
> >
> > I only know the basics but Ap
On 26 June 2013 09:59, Thomas Eckert wrote:
> This is interesting. I'm seeing similar events at one of my reverse proxy.
> After fixing a DNS infrastructure problem I started seeing lots of 304s
> with processing times well above 5 seconds. For header-only requests that's
> a lot of time. If ther
On 26 June 2013 12:40, Tom Evans wrote:
> On Mon, Jun 24, 2013 at 2:03 PM, Robert Gabriel
> wrote:
> > Hello all,
> >
> > We have:
> >
> > Apache 2.2.3
> > CentOS 5.5 x86_64
> > Splunk 5.0.2
>
> Sorry, I didn't read your original post.
On 24 June 2013 18:27, Tom Evans wrote:
On Mon, Jun 24, 2013 at 2:03 PM, Robert Gabriel wrote:
> > Hello all,
> >
> > We have:
> >
> > Apache 2.2.3
> > CentOS 5.5 x86_64
> > Splunk 5.0.2
> >
> > I only know the basics but Apache h
All httpd child processes Segmentation fault near MaxRequestsPerChild,
seemingly when it is time for the process to recycle.
MaxRequestsPerChild currently set to 1. I am also not able to
reproduce this on a test system. Child process exits clean when attached
with gdb. Child process also ex
I am not especially experienced with gdb. However, I do know that the
debuginfo packages are not installed on the production system. Is there
something specific that I could gather that might help?
(gdb) bt full
> #0 0x7f07d58bf220 in pthread_mutex_lock () from /lib64/libpthread.so.0
> No s
;) at nssinit.c:1215
> rv = SECSuccess
> #16 0x7f6597420e72 in tlsm_ctx_free (ctx=0x7f659cfae1a0) at
> ../../../libraries/libldap/tls_m.c:2178
> c = 0x7f659cfae1a0
> refcount =
> #17 0x7f659741cc92 in ldap_int_tls_destroy (lo=0x7f6597635f60) at
> ../../../l
I run a small office network which, do date, has a Windows XP machine
functioning as a file etc "server" and a Debian Linux machine running
Apache httpd as a web server. We intend to replace the XP machine with
some version of Windows Server (looking at WHS 2011 at the moment on a
trial basis). I w
he script), only the error log.
If the password for the cgi-bin directory works for the document tree,
no error is logged. Which suggests that the spurious/unintended
access may be succeeding...
Have I misunderstood something? Am I doing something wrong?
Or is there a bug?
Robert.
--
second server will
redirect to a maintenance.html page.
I am just not sure how to call the external page and set a variable for the
rewrite condition in the second server.
Is this even possible?
Thanks,
Robert
-
To
adapdet).
I would be very gratefull, if somebody could give me a hint where to
look for a solution
thanks
robert
-
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h
What version of OpenSSL are you running. I don't believe OpenSSL 0.9.8
supports TLS 1.1 or 1.2.
Robert
On Thu, 19 Mar 2015 12:02:01 +0530
Sailaja Gadireddy wrote:
Hello Team,
Currently my Apache server supports SSLV2, V3, TLSV1.
The client requirement is to enalbe TLSV1.1 or abo
page of
the code he posted. Not when clicking on the healthcheck.php href link.
Robert
On Thu, 19 Mar 2015 17:57:09 +0100
Daniel wrote:
2015-03-19 17:41 GMT+01:00 Tim Dunphy :
Hey all,
I'm attempting to setup the server-status module and limit access
to it
by IP.
So I ha
All depends on what version of open ssl you are using. Not the version of
apache.
Sent by MailWise – See your emails as clean, short chats.
Original Message
From: Fred K
Sent: Saturday, March 21, 2015 04:22 PM
To: users@httpd.apache.org
Subject: [users@httpd] Is httpd impacte
So are you running through the F5, load balancing to the two Apache proxies,
then load balancing with the apache proxies to your 10 back end JBOSS
servers?
On Wed, 22 Apr 2015 16:21:29 -0400
Yasser wrote:
I am in the midst of performance testing a web application and I get
these
errors in
That is exactly what I was thinking.
But on to your real problem
What do the apache server's resources look like when this starts happening?
Things like number of connections, tcp port utilization, cpu, I/O, etc...
Makes me wonder if there isn't something being taxed and causing the
serv
I just read somewhere about 2012 having something called "Microsoft
Deployment Service" running on port 80. Apparently was not showing up
anywhere but one person got rid of it by:
sc stop "MsDepSvc"
sc config "MsDepSvc" start= disabled
Might give it a try.
On Mon, 18 May 2015 16:08:58 +
Hi.
I have run a server test on
https://cryptoreport.rapidssl.com/checker/views/certCheck.jsp. It
reports that my certificate is installed correctly but the server is
vulnerable to a BEAST attack. It says "Make sure you have the TLSv1.2
protocol enabled on your server. Disable the RC4, MD5, and
Thanks. Disabling TLS 1.0 did the trick
On Tue, Jan 16, 2018 at 11:54 PM, Luca Toscano wrote:
> Hi Robert,
>
> 2018-01-16 10:21 GMT+01:00 Robert S :
>>
>> Hi.
>>
>> I have run a server test on
>> https://cryptoreport.rapidssl.com/checker/views/certCheck.jsp
this is included for a given path, but the server really only
serves this specific path and thus traffic could be declined on a more
general level.
Help is much appreciated.
Thanks,
Robert
--
Robert Schweikert MAY THE SOURCE BE WITH YOU
Distinguished Architect
On 04/17/2018 10:39 AM, Luca Toscano wrote:
> Hi Robert,
>
> 2018-04-17 16:27 GMT+02:00 Robert Schweikert :
>
>> Hi,
>>
>> Configuration question.
>>
>> Apache version 2.4.23
>>
>> What I am trying to do is have users authenticate but only al
My mail server is being blocked by barracuda and spamexperts.
I have tested my mail port via mxtoolbox.com and I came out clean and no
relaying.
So I suspect my apache server as a proxy relay.
Is there a similar site to mxtoolbox that will test apache for improper
relaying?
thanks
I thoug
/5/18 11:58 AM, Robert Moskowitz wrote:
My mail server is being blocked by barracuda and spamexperts.
I have tested my mail port via mxtoolbox.com and I came out clean and no
relaying.
So I suspect my apache server as a proxy relay.
Is there a similar site to mxtoolbox that will test apache for
On 09/05/2018 05:18 PM, Ruben Safir wrote:
On 9/5/18 4:47 PM, Robert Moskowitz wrote:
There is a way with open proxies to PUT content that goes out on port 25.
but that doesn't turn Apache into a mail server
Not a mailserver, put a way for spammers to get their spa
On 09/06/2018 06:40 AM, @lbutlr wrote:
On 05 Sep 2018, at 09:58, Robert Moskowitz wrote:
So I suspect my apache server as a proxy relay.
Is there a similar site to mxtoolbox that will test apache for improper
relaying?
Are you allowing php? You should be able to root out any badly
On 09/06/2018 06:40 AM, @lbutlr wrote:
On 05 Sep 2018, at 09:58, Robert Moskowitz wrote:
So I suspect my apache server as a proxy relay.
Is there a similar site to mxtoolbox that will test apache for improper
relaying?
Are you allowing php? You should be able to root out any badly
should be asking the roundcube mailing list instead - httpd has
nothing to do with email, as stated previously.
On Thu, Sep 6, 2018 at 8:15 AM Robert Moskowitz <mailto:r...@htt-consult.com>> wrote:
On 09/06/2018 06:40 AM, @lbutlr wrote:
> On 05 Sep 2018, at 09:58, Robe
I have google around and the obvious reasons for this..
I am working on a new setup with posrfixadmin ver 3.2 on Centos7-armv7
with SElinux enforcing. Last I worked with postfixadmin it was ver 3.0.2
and my notes are based on that and Apache 2.4.
My postfixadmin.conf file for Apache is:
alia
1 AM, Daniel wrote:
Client does not match the required ip,make sure you have a directory
directive matching the resource you are asking for ,and allowing
permissions to the up range of the client or with a "require all granted"
El dom., 3 feb. 2019 1:35, Robert Moskowitz <mailto:
On 2/3/19 9:42 AM, Eric Covener wrote:
alias /mailadmin /usr/share/postfixadmin
Ah, I see my culprit is the alias statement is missing adding the /public
I add that and got to the next problem which is postfixadmin's problem
in moving directories and not changing all references. Almost lik
Thanks for the quick and helpful response,
Kind regards,
rexkogitans
Gesendet: Montag, 11. März 2019 um 11:25 Uhr
Von: "Stefan Eissing"
An: users@httpd.apache.org
Betreff: Re: [users@httpd] H2Upgrade treated globally instead of locally
> Am 10.03.2019 um 10:51 schrieb rexkogit...@gmx.
I have a web site accessible by: www.foo.com/bar.html
But users that use: www.foo.com/bar
get a directory content of the files in directory bar.
What do I need to add so that those that use the shortcut of leaving off
.html still get the full web site.
thanks
Thanks. I should have seen that. Been too long...
On 5/26/19 9:37 AM, Stephen wrote:
Try changing the filename from bar.html to index.html
Stephen
www.roissy.ca
On 2019-05-26 8:59 a.m., Robert Moskowitz wrote:
I have a web site accessible by: www.foo.com/bar.html
But users that use
Qualys: Scanner Appliance: 64.39.99.243 (Scanner 11.5.21-1, Vulnerability
Signatures 2.4.694-2)
Our production apache http 2.4.37 server running with openssl 1.1.1a have been
getting hit with qualys scans like clockwork and every time our CPU goes to
100% and after more scans to 200% CPU. Afte
Hey mailing list,
I've got a problem building APR from source. `./buildconf` works great, It
copies libtool helper files, creates apr_private.h, even uses Python to
generate build-outputs.mk. Then when I run `./configure --prefix=` I
get an error
configure: creating ./config.status
.in'ig.st
Hey mailing list,
I've got a problem building APR from source. `./buildconf` works
great, It copies libtool helper files, creates apr_private.h, even
uses Python to generate build-outputs.mk. Then when I run
`./configure --prefix=` I get an error
configure: creating ./config.status
.in'ig.st
Hi I think I may be stuck in the spam folder. Would somebody please respond
to this message so I know my question has gotten through?
Thanks,
- RS
--
NOTICE OF CONFIDENTIALITY: At Rapid7, the privacy of our customers,
partners, and employees is paramount. If you received this email in error,
Please update with your findings!
On Thu, Feb 13, 2020 at 8:55 AM edflecko . wrote:
> Nick,
> Thank you for your suggestion in my syntax; I'll try it out.
>
> The only reason I'm trying it this way is to compare both performance and
> security of the default -vs compiled versions to see if there
Just give the servers different names. apache2 and
apache2-different_port. Means you have to compile each server with that
name and your server with the not 80 address will have a different
Listen port in the httpd.conf file. Start the server with
/usr/local/apache2-different_port/bin/apachectl
Hi all,
OK, I'm stummped. I'm new to URL rewriting and I have one I struggling
with. I've messed with it for a few days, but can't seem to get very
far.
Environment:
Web server: IBM HTTP Server 6.0.2.23 - based on Apache 2.0.47
App server: IBM WebSphere App Server 6.0.2.23
Java app: Jahia Conte
EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 12:14
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] java app URL rewrite
Stauffer, Robert G wrote:
> Hi all,
>
> OK, I'm stummped. I'm new to URL rewriting and I have one I
struggling
> with. I
Message-
From: Justin Pasher [mailto:[EMAIL PROTECTED]
Sent: Thursday, September 18, 2008 13:53
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] java app URL rewrite
Stauffer, Robert G wrote:
> Justin,
>
> Just tried:
>
> RewriteEngine On
> RewriteLogLevel 3
> Rewri
is
It's possible that we simply need to add the "all.html" to the
redirect directive; please let me know if you feel this is the case.
Thanks for all pointers,
Robert Wyatt
at UT Austin
-
The official User-To-User s
is
It's possible that we simply need to add the "all.html" to the
redirect directive; please let me know if you feel this is the case.
Thanks for all pointers,
Robert Wyatt
at UT Austin
-
The official User-To-User suppor
Thanks Frank,
What I'm hearing is that the redirection is using a RegEx and that the
hash character cannot be a player. Furthermore, the fact that this
works on most browsers (but fails on Safari) is due to them being not
strictly compliant.
Is that about it?
Thanks,
Robert
Frank Gingras
through to the redirected URL so I may be out of luck.
Thanks,
Robert
Frank Gingras wrote:
Robert,
You CAN enter the URL directly in a browser, and the page 'should'
scroll down to the anchor (). A sample URL would be:
http://hostname/foo#bar.
Now, a rule is allowed to redirect to an
.org/docs/2.2/rewrite/rewrite_guide.html#redirectanchors
"By default, redirecting to an HTML anchor doesn't work, because
mod_rewrite escapes the # character, turning it into %23. This, in turn,
breaks the redirection."
So I understand why it doesn't work with Safari. W
utexas.edu/schedules/092/regrules/all.html as
predicted by the documentation)
I'll come back to the other comments after a meeting I'm attending.
Thanks for your input and efforts,
Robert
Frank Gingras wrote:
> Robert,
>
> Your first quote simply states that the characters af
Yes, in a community with 70,000 users and millions of hits a day, the
admins don't like every department to have access to httpd.conf.
Eric Covener wrote:
> On Wed, Nov 5, 2008 at 5:46 AM, André Warnier <[EMAIL PROTECTED]> wrote:
>> I mean, before Apache even gets to the .htaccess file, it has to
to as "my wishful thinking."
Best,
Robert
Frank Gingras wrote:
> Robert,
>
> The issue is simple here: The www.utexas.edu site automatically
> redirects to utexas.edu with mod_rewrite (see
> http://httpd.apache.org/docs/2.2/misc/rewriteguide.html#url). As you
> know, and a
Frank Gingras wrote:
> 'http://utexas.edu/student/registrar/schedules/092/regrules/all.html#acc'
> directly. It'll bypass the mod_rewrite redirection, and work as
> expected. I tested it here under OSX 10.4.
>
> There is no 'wishful thinking' in this process, whatsoever.
That is so strange! That
Matt McCutchen wrote:
On Tue, 2009-02-03 at 21:26 -0600, Robert Steinmetz wrote:
I think you may be right I've tried to put a ProxyHTMLURLMap in the
configuration, it seems like all I need to do is remove one part of the
url, from one file but so far It hasn't had any effect.
Thanks for your help;
I have interspersed my response below
Matt McCutchen wrote:
On Wed, 2009-02-04 at 12:23 -0600, Robert Steinmetz AIA wrote:
Here is my entire current VirtualHost some of it is probably redundant,
like the tags.
I have tried a lot of variations and so far none of them
nderstand in its simplest form ProxyHTMLURLMAp matches from
the beginning left to right,
I need it to match for "/application" anywhere in the URL
Anyone know the correct form to do this, or a source for more and
clearer examples than I have found so far?
--
Robert Steinme
e only two spots where it doesn't work as I expect. In the
meantime I've implemented a less that optimal workaround, that still
achieves about 80% of my goal.
This is going on the back burner for now.
Matt McCutchen wrote:
On Wed, 2009-02-04 at 22:04 -0600, Robert Steinmetz wrote:
Nick Kew wrote:
Robert Steinmetz AIA wrote:
I have been working on a reverse proxy problem for a while. I have it
mostly working but I need to rewrite some URLs to delete one level of
directory
I think ProxyHTMLURLMap will be able to do it and I have determined
that it is doing something on
Hi,
I have apache setup as a forwarding proxy server with mod_proxy. I have an
issue though that when mod_proxy receives a connection refused from an
upstream server , instead of returning that connection refused error to the
client it is returning a 404 error instead. Is there a way to configur
Hi,
I have a 64bit RHEL3 box that I'm trying to configure SSL on. After
making the appropriate modifications to the httpd.conf file, I restarted
the service, & tested out the setup.
I can get to the site using http://mysite.com:443 (not in secure mode),
but not https://mysite.com. I get an err
I'm sure this has been asked before but I don't see how to get a history
of postings to view.
I would like to use Apache 2.x with SSL. The binary has 'no_ssl' in its
name, so I assume you cannot use SSL with that precompiled version. Is
there a precompiled version that can be found that has it, or
less than a minute
of googling:
<http://www.analog.cx/>
-Robert
-
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,
reference or it ought to be ', or perhaps my
server needs to be configured, or a combination of these.
Do you have suggestions or ideas that may help?
Thank you!
Robert
-
The official User-To-User support forum of the Apach
I've received no responses to this inquiry and am a little surprised
that no one here has any idea of what the problem may be. Perhaps spam
filters picked it up?
Any help is appreciated.
Thank you,
Robert
Robert T Wyatt wrote:
> Hi folks,
>
> I'm having a little trouble unde
to know if anyone knows of a *list* of the escape
characters used in URLs (like %20 to indicate a space character or
%7E--I think it is--for the tilde character, for instance).
Again, any pointers are appreciated,
Robert
-
The offic
Ach! Thank you!
[EMAIL PROTECTED] wrote:
> news <[EMAIL PROTECTED]> wrote on 24/04/2007 21:26:51:
>
>> I would however like to know if anyone knows of a *list* of the escape
>> characters used in URLs (like %20 to indicate a space character or
>> %7E--I think it is--for the tilde character, for
Raju Chandran wrote:
> 1) I tried to start the server using "apachectl start"
Instead try "sudo apachectl start" or "sudo apachectl graceful"
You'll be prompted for your admin password.
-
The official User-To-User support forum
Raju Chandran wrote:
> Hi all,
> I am trying to configure my standalone Apache server 2.2 in my Mac OS
>
> I am able to compile and install Apache HTTP Server 2.2.4 source tree
> (downloaded for UNix) for my Mac OS server without enabling any features
> (modules)
>
> I followed the guidelines giv
Sreedhar S wrote:
> Hi William,
>
> Thanks for the reply.
>
> "SIGTERM means it was deliberately shut down by it's administrator or the
> operating system"
>
> I checked with the administrator and she did not shutdown. How does an
> operating system shutdown the Apache server? You mean to say, i
Richard Dunne wrote:
> Can anyone tell me what would prevent apache2 server from updating its last
> modified by file index. I am running apache2 and the last modified date is
> not updating, even when I restart the server.
>
> Richard
Do you mean the index page generated when there is no ind
Unfortunately I'm non-php-savvy. Nevertheless, it would seem
reasonable to ask exactly how (and when) index.php is generated.
Good luck,
Robert
Richard Dunne wrote:
> Yes the index page where the files are listed http://localhost/index.php. I
> am using Editplus on XP. I thought, a
malone wrote:
> I have an AliasMatch line as follows
>
> AliasMatch ^/(.*) "/var/www/localhost/htdocs/test.php"
>
> My aim is to make any URL be handled by the PHP script. This works great
> for all URLs, unless they have %2f in them, e.g.
>
> http://127.0.0.1/foo%2fbar
>
> Instead of running the P
Robert T Wyatt wrote:
> malone wrote:
>> I have an AliasMatch line as follows
>>
>> AliasMatch ^/(.*) "/var/www/localhost/htdocs/test.php"
>>
>> My aim is to make any URL be handled by the PHP script. This works great
>> for all URLs, unless they
Arthur Pesa wrote:
> I have downloaded and compiled apache 2.2.4 on my Mac Powerbook G4 OS X
> 10.4.9. I did not make any significant changes to the httpd.conf file
> initially. I started the server and it error’d on startup with the
> following messages in terminal. I am not getting anything relev
I have a page that generates a 403 access error and in the
> resulting apache access error page it states the version as apache 2.2.4.
>
> Sorry for the long response and thanks for your help,
> -Pat
>
>
> On 5/16/07 9:21 AM, "Robert T Wyatt" <[EMAIL PROTECTED
onvention:
a call to http://yourIP/~arthurpesa/
displays files from /Users/arthurpesa/Sites/
(/Sites/ does not show up in the URL--see your original httpd.conf for
how they do this.)
So if you have put /public_html/ above the /Sites/ directory, simply
move the contents and make sure your file per
This question has been asked all over the internet, but I have yet to
find an answer. I want a literal question mark in my substitution:
RewriteRule ^user/([^/\.]+)/\?([^/\.]+)\=([^/\.]+)$ /index.php?user=
$1&$2=$3 [R]
Backslashing it does not work. Trying to capture it with a .* fails.
I
Is it a public page? May we see the URL?
Have you checked that the .gif is being called with an appropriate
relative or absolute URL? That is, is the link correct?
Alternatively, as Joshua said, what is the exact error message?
Please keep your replies on the list since most of us are going home
... from google:
"This kind of error can happen when there is an existing installation
of httpd in the prefix for which this build is configured. Remove the
existing installations completely, and start again from scratch"
hth
Camilo Rostoker wrote:
> Hi,
>
> I am trying to compile httpd 2.2
I have Apache2 set up and running on a system I only use for testing. In
trying to access a script that is an html and only points to a Perl
script. When it reaches the Perl script I get this message:
You have chosen to open filename.pl which is a perl script from ---
What should I do with t
What file should I add the ScriptAlias entry to? I have been reading for
two days now and found the entry I need but nowhere does it seem to tell
in what file the statement should be.
Thanks for any help you can offer.
Bob R
-
Thanks for the information. I will put it in the httpd.conf. You all are
great.
Bob R
Robert A. Rawlinson wrote:
What file should I add the ScriptAlias entry to? I have been reading
for two days now and found the entry I need but nowhere does it seem
to tell in what file the statement should
What does the server say about the error? In other words, what is the
final URL that is (not) being served?
Naveen Sharma wrote:
> In this case the URL is getting preserved but action is not getting
> called and I am getting 404 Error page.
>
> Please advice
>
> Navin
>
>
> On 7/12/07, *Jef
I am running apache2.2.2 on a suse 10.2 os. When I try to run a CGI
script it tells me I don't have permission. I have checked permissions
and they seem ok. Is there some way to get a trace or something to
verify what it is running? I have checked the access_log and error_log
but they only tell
"Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20061023
SUSE/2.0.0.4-1.1 Firefox/2.0.0.4"
I hope this helps.
Bob R
Joshua Slive wrote:
On 7/18/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
I am running apache2.2.2 on a suse 10.2 os. When I try to run a CGI
script it
, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
Here are the error messages first the access_log:
[Sat Jul 14 09:52:32 2007] [error] [client 127.0.0.1] client denied by
server configuration: /usr/www/users/fgames/mufoncms.com/
This almost always indicates a Deny directive (or lack of an Allow
dir
Thanks Luis. I also have this in the httpd.conf file:
ScriptAlias "/usr/www/users/fgames/mufoncms.com" "/usr/www/cgi-bin/"
AllowOverride None
Options ExecCGI
Order allow,deny
Allow from all
I thought that covered it but I am really new to Apache and Apache2.
Thanks
Bob R
Luis Moreira (E
which is in directory
/usr/www/users/fgames/mufoncms.com.
Please if I have left anything out I will be glad to provide it. I have
two books I have been studeing for several days now and haven't moved
off ground zero.
thanks
Bob R
Joshua Slive wrote:
On 7/19/07, Robert A. Rawlinson &l
Thanks Joshua. There was no DocumentRoot, AddHandler set up in the
httpd.conf. So I added them and restarted Apache2. Now I am getting the
problem I started with. I get a message box which says: you have chosen
to open, then no file name and then, which is a perl script and asks
what to do wit
on't know what to think. It is
obviously not getting the file it was supposed to get. I looked in the
httpd.conf file and did not find my14esl4-1.pl. Do you have any Idea?
I am using the Suse 10.2 version of Apache2.
Bob R
Joshua Slive wrote:
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTEC
Thanks for all your help. When I find out what was wrong I will post it.
Bob R
Joshua Slive wrote:
On 7/19/07, Robert A. Rawlinson <[EMAIL PROTECTED]> wrote:
Wow! when I opened it with the editor as you suggested I found:
http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
htt
It sounds like you are seeing the default index page.
Did you try to edit /usr/local/apache2/htdocs/index.html as Graham
suggested?
If you did so and don't observe any changes in your browser the page may be
"cached". Try clearing you browsers cache and reloading the page.
-Ro
I have an error 500 but I can't seem to find what it means. I can't seem
to get to the httpd website.
Bob R
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html
I've been trying to remove myself from this list for a week now. I've
used the [EMAIL PROTECTED] address about four times
and the list owner address once.
Does anyone know how to, or can anyone reading the list, unsubscribe
me... please?
Than
Kathi, try ./apachectl instead of apachectl. Looks like the current
dir is not in root's PATH.
-Robert
Kathi Porter wrote, on 8/12/2007 3:06 PM:
Hi Noodl;
thanks for all the info. Even I can't remember how I got to that
download site... Anyway, I opened a command line (as root)
I installed apache2 on my Suse Linux 10.2 system. I wanted to make some
changes to an existing perl script and test them out. I decided to check
to be sure the script, which has been working, would work on my machine.
All I can get is 'It Works!'. I edited the index.html script to invoke
the sc
7;It Works'
- Original Message ----
From: Robert A. Rawlinson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]; Apache2 Users
Sent: Wednesday, October 3, 2007 11:11:43 AM
Subject: [EMAIL PROTECTED] Newbie problem - can only get 'It Works'
I installed apache2 on my Suse Linux 10.2 system
her tutorials on line.
>
> Actually when i write in the browser:
>
> http://www.mydomain.com/~myuser/
>
> i receive this message:
>
> Forbidden
> You don't have permission to access /~myuser/ on this server.
>
> I don't know how to do, I'm newbie
ic-context/index.jsp
Redirect /index.html
http://hostname.berkeley.edu/specific-context/index.jsp
Thanks,
Robert
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
301 - 400 of 435 matches
Mail list logo