ng a wildcard, or would that still depend on SNI
being present?
(Also:
https://httpd.apache.org/docs/2.4/mod/mod_ssl.html#sslstrictsnivhostcheck
should probably say which error code is returned in the event a client is
not
allowed).
Should this
None, you just get a ref to a CSS file called None.
If it is possible, could you clue me in (and maybe fix the docs?)
-Dan
--
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
FB: fb.com/DanielMahoneyIV
LI: linkedin.com/in/gushi
Site:
I am attempting to get guacamole working with apache. I have been working with
the guacamole users, but they now tell me that I have an apache2 configuration
problem. So, I am trying to get some help from apache2 users.
The set up I have is a small network behind a firewall/NAT router (running
Eliminated the Listen in sites-enabled/000-default.conf. That fixed the problem.
Thanks for your help.
Dan
> On Dec 15, 2022, at 7:10 PM, Frank Gingras wrote:
>
> Dan,
>
> The error pertains to port 4443, not 443. You have to remove the duplicate
> Listen directive for
e2.service: Failed with result
'exit-code'.
Dec 15 18:52:14 Mount systemd[1]: Failed to start The Apache HTTP Server.
dnessett@Mount:/etc/apache2$
> On Dec 15, 2022, at 6:40 PM, Frank Gingras wrote:
>
> So you clearly had two listen directives for the same port; remove one.
> >
> > systemctl httpd start
> >
> > to give the system time to release all the resources.
> >
> > John
> > ==
> > On Thu, 2022-12-15 at 17:28 -0700, Dan Nessett wrote:
> > > Thanks for the info. However, I don’t believe any of the probl
Thanks. My understanding is "systemctl restart apache2” waits the appropriate
amount of time between the stop and start.
Dan
> On Dec 15, 2022, at 5:44 PM, John Iliffe wrote:
>
> Try
>
> systenctl httpd stop,
>
> then when ps -ef | grep httpd shows that httpd is
Thanks for the suggestions. Here are the results:
dnessett@Mount:/etc/apache2$ grep -r Listen
sites-available/000-default.conf:Listen localhost:4443 ssl;
ports.conf:#Listen 80
ports.conf: Listen 4443
ports.conf: Listen 443
dnessett@Mount:/etc/apache2$
The ports.conf entry with Listen 443
Thanks for the info. However, I don’t believe any of the problems suggested in the wiki apply.1. The output from both lsof and netstat -plant indicate no other process is using port 4443 either before or after apache2 is started2. There does not seem to be conflicting Listen commands in the apache
I am attempting to set up apache with sslh. The latter is running fine, but
when I attempt to start the apache2 server, it fails with the following message:
dnessett@Mount:/etc/apache2/sites-available$ sudo systemctl restart apache2
Job for apache2.service failed because the control process exite
to the official docs.
--
"SOY BOMB!"
-The Chest of the nameless streaker of the 1998 Grammy Awards' Bob Dylan
Performance.
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
FB: fb.com/DanielMahoneyIV
LI:
Hey there,
Does mod_md require periodic "apachectl graceful" to be added to cron?
The github site mentions this requirement, but the apache.org docs do not.
-Dan
--
----Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
FB: fb.com/DanielMa
Also worth noting that Nginx OS does not experience the issues (otherwise
same setup)...
Dan
On Mon, Dec 20, 2021 at 10:58 AM Dan Washusen wrote:
> Yeah, all those parameters are configured and everything works fine when I
> switch to the MPM worker module. The 408 errors are retur
dTimeout and ProxyTimeout
> and make sure they make sense for your user case. Enable debug logs too for
> more details.
>
> It is tough to guess without knowing your relevant configuration but 408
> is usually caused by client connection being closed while keep-alive in use.
>
>
using issues...
Dan
On Mon, Dec 20, 2021 at 10:01 AM Igor Cicimov wrote:
> In a proxy chains like this getting the timeouts in sync is the most
> important thing. Make sure that you have done that.
>
> On Mon, 20 Dec 2021, 08:37 Dan Washusen, wrote:
>
>> Hi All,
>>
e come across several random posts mentioning that the MPM event module
doesn't work behind an ALB but no-one seems to be into any detail. Anyone
have some debugging/configuration suggestions?
Thanks,
Dan
p.s. I've created a serverfault post showing graphs etc:
https://serverfault.com/q
or a staging site)
Can someone offer some enlightenment on what this feature is intended for?
Is this a half-done thing?
-Dan
--
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
FB: fb.com/D
/ has
errors currently.
Cheatsheet:
https://github.com/danehrlich1/CheatSheetSeries/blob/CSS-05/cheatsheets/Apache_HTTPD_Cheatsheet.md
OWASP Pull Request: https://github.com/OWASP/CheatSheetSeries/pull/184
Best,
Dan Ehrlich
I’ve seen a few CVEs now that are low level but pretty much effect every
version from 2.4.30ish and back.
The default Apache versions in the Debian and Ubuntu repos are 2.4.25 and
2.4.29 respectively.
QUESTIONS:
1. Anyway to move the versions up (assuming I didn’t miss something) ?
2. Happy to
Looks like you just need to enable mod_headers
(http://httpd.apache.org/docs/current/mod/mod_headers.html) and then add the
below text that they mention in the Stack Over question?
You might need to run “a2enmod headers” from terminal once to get it loaded
into Apache HTTPD forever, but that’s
I think it’s the L in your rewrite rule.
It stands for Last and means it won’t process any further rules. Remove it and
it should (maybe) work.
Someone else feel free to correct me if I’m wrong.
> On Feb 5, 2019, at 8:55 PM, Jayaram Ponnusamy
> wrote:
>
> Dear All,
> Our Site is Public Site
You’ll want to look into HSTS
https://https.cio.gov/hsts/
Basically it will let the user’s browser know “in advance” to always connect
via HTTPS, eliminating the vulnerability of first connecting to a site over
HTTP before being redirected.
> On Feb 1, 2019, at 8:09 AM, R. Diez wrote:
>
> H
Is this true?
https://github.com/hannob/apache-uaf/blob/master/README.md
Was this security vulnerability really treated with such disregard by Apache
HTTPD devs?
I am aware the work that they do is free, but I contribute to plenty of open
source for free and take the responsibility very serio
Not surprising that you got different behavior after removing a value from
.htaccess and placing it elsewhere.
No one knows exactly / 100% how .htaccess works. The file only exists
because they wanted to maintain backwards compatibility with the web server
that used to come with Mosaic at Universi
Hey all,
Under FreeBSD, mod_http2 is not compiled by the ports tree by default.
Are we still vulnerable to this?
Is there any mitigation strategy besides upgrading? (Disabling htaccess
parsing, for example?)
-Dan
Any changes of httpd.conf that I shall do? Or in any other configuration
file? Or...?
DBIcreatetable doesn't run but printenv does:
DBIcreatetable:
"
#!C:\Dwimperl\perl\bin\perl.exe
use 5.010;
use strict;
use warnings;
use DBI;
print "Content-type: text/plain; charset=iso-8859-1\n\n";
say "Perl
warnings;
print "Content-type: text/plain; charset=iso-8859-1\n\n";
foreach my $var (sort(keys(%ENV))) {
my $val = $ENV{$var};
$val =~ s|\n|\\n|g;
$val =~ s|"|\\"|g;
print "${var}=\"${val}\"\n";
}
"
2015-04-19 18:22 GMT+02:00 Jeff Trawick :
&
Dear Jeff:-) As you can see from the enclosed files I've changed the
scriptinpretersource.
Are there any updates of httpd.conf that I shall do? DBIcreatetable.pl
doesn't run but printenv.pl does
2015-04-19 18:22 GMT+02:00 Jeff Trawick :
> On 04/19/2015 11:01 AM, Dan
Everything works (It works!) except for running cgi/pl-files where database
connection are involved. A typical Apache server error message is
"
[Sun Apr 19 15:11:03.324060 2015] [cgi:error] [pid 3312:tid 1032] (9)Bad
file descriptor: [client ::1:49681] AH01222: don't know how to spawn child
process
ache server? Is there any
sort of additional configuration on the Apache side that can be done?
Please let me know if additional clarification is necessary. Thank you for
the time
Dan
What if you change ":#!/bin/bas" to "#!/bin/bash" in passphrase.sh ?
--Dan
-Original Message-
From: Tom Browder [mailto:tom.brow...@gmail.com]
Sent: Wednesday, February 26, 2014 6:42 PM
To: users@httpd.apache.org
Subject: [users@httpd] Problems with directive "
On Wed, 18 Dec 2013, Dan Mahoney, System Admin wrote:
All,
We're in the process of spinning off our support department from one domain
to another. This seemed simple enough, but the SSL is challenging.
I'd like to ask about a weird certificate bug that I've encountered.
Name of the cert.
Unfortunately, reproducing this issue requires buying a $150 cert, and I
can't upload my certs to a bug tracker, but I'd be happy to try anything
anyone suggests.
-Dan
--
Dan Mahoney
Techie, Sysadmi
. I've done some googling already and
found references to disabling SELinux, but it's already disabled on this
system.
Thanks for your help!
Dan
On Fri, Nov 9, 2012 at 9:47 AM, Ben Johnson wrote:
>
>
> On 11/9/2012 9:21 AM, Dan wrote:
>> Ok folks. I've go
setting fastcgi to listen on
a tcp port instead of using a socket file and performance was worse, on
average 6000 ms.
Can someone tell me whether this performance differential is to be expected?
Thanks,
Dan
On Wed, Nov 7, 2012 at 9:19 AM, Dan wrote:
> Thanks Noel.
>
> We can use V
d APC. If anyone has an input or past-difficulties with this proposed
deployment, I'd appreciate hearing from you.
Dan
On Fri, Nov 2, 2012 at 10:56 PM, Noel Butler wrote:
> **
> On Fri, 2012-11-02 at 14:31 -0500, Dan wrote:
>
> Ben,
>
> Yes you're right, we are
r site _seems_ to be down.
Thanks again...
Dan
On Fri, Nov 2, 2012 at 1:44 PM, Ben Johnson wrote:
>
>
> On 11/2/2012 2:24 PM, Dan wrote:
>> Hello all...
>>
>> I have a Apache 2.2.15 install serving a Wordpress 3.4.2 site. I also
>> have a developer who needs to
tell me if this has
more to do with the way the plugins are extracted into the plugin
directory (the plugin is a zip file). or whether this is a limitation
apache implements for security purposes? If so, what other options do
I have?
Thanks in advance...
Dan
---
We've tested in CentOS 5.4 (apache 2.2.3) and CentOS 6.3 (apache 2.2.15)
We are not seeing proxy workers get created when a proxy statement is
created inside a . The documentation
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html#workers says that a
ProxyPass statement or a block will create a
"footer.html" in parsed file
/home/danm/public_html/make-dns-cert/HOWTO.html
Which was spectacularly unhelpful.
--
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144 AIM: LarpGM
Site: http://www.gushi.org
---
ing.
Is there some kind of "nice" welcome page bundled with apache 2.2? (Even
if it's buried in the source tree and not built by default?)
-Dan
--
Dan Mahoney
Techie, Sysadmin, WebGeek
Gushi on efnet/undernet IRC
ICQ: 13735144 AIM: Larp
I would prefer to be able to accomplish this with .htaccess rules only.
But if I need to accomplish this with a combination of .htaccess rules
AND Apache configuration changes, I'm ok with that too. Thank you in
advance!Let me know if you need more information.
--
Thanks,
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
ph 800-405-3148
And the access log?
On Oct 14, 2011 9:59 PM, "Steve Swift" wrote:
> I don't have any particular axe to grind, but putting a favicon.ico in the
> documentroot would avoid the error log starting to fill from the outset.
> Also, for someone who had just installed their first ever server, it would
>
s of me to assume this has
something to do with apache, but it's the only daemon serving up HTTP
and HTTPS on this system.
Here's the exact entry from the messages log:
Jun 8 16:02:16 : error initializing: HTTPS redirected
to HTTP is not supported
As you can see, it just happened again
Hello all. I have a pair of apache proxy/web-app servers that
simultaneously reported this error this morning. At the time logrotate
was stopping and starting apache.
I've never seen this error before, and teh google isn't giving me
anything useful. I have no proxy statements or redirects in my co
On Thu, Oct 28, 2010 at 3:25 PM, Eric Covener wrote:
> On Thu, Oct 28, 2010 at 4:21 PM, Dan wrote:
>> Hello all,
>>
>> I have an apache ssl proxy configured with mod_security that detected
>> (I'm only running in detection mode) many HTTP connected requests
>&g
our home page.
Can anyone confirm for me what this is trying to accomplish?
Thanks,
Dan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
not get transferred into the
request headers.
Any suggestions are appreciated.
Thanks,
Dan Luca.
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more
Run "df -h" to see what partition is full. Fix it.
-
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...
On 2010-07-20 at 14:00, Tapas Mishra wrote:
> Ok is this style of documentation documented some where.
Every one of those headers (like "Context:") is a link to an explanation
of what it means.
-
The official User-To-User sup
Try it and see.
-
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 di
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 250
> MinSpareThreads 5
>
, but it had no effect. Also, making the ServerName directive
in the .conf file the same as what is coming across in the packet, had no
effect either.
Or, is there a way within Vista to disable the sending of the server name in
the packet?
Thanks in advance,
Dan
On 2010-06-10 at 23:04, "Stephen Love" wrote:
> What he's more LIKELY doing is bouncing HIS FAKE MAILS OFF your
> server, giving it the appearance it is sent from yours! That can get
> YOUR email server BLACKLISTED! (Or even your account turned off by
> your provider!)
Please don't SHOUT.
-
On 2010-05-03 at 15:07, "Wang, Mary Y" wrote:
> #/etc/init.d/httpd -S
> Usage: httpd
> {start|stop|restart|condrestart|reload|status|fullstatus|graceful|help|configtest}
>
> It returned that usage comment. Am I missing something here?
/etc/init.d/httpd is not the apache web server, it's some s
On 2010-05-03 at 14:46, Charan wrote:
> Hi,
>
> I'm using the below rule to redirect to index.jsp if user doesn't add
> index.jsp to the url. Is it possible to have one rule instead of the below
> repeating rule.
>
> RewriteEngine On
> RewriteCond %{REQUEST_URI} /en/[a-z]*/$
> RewriteCond %{REQUE
On 2010-04-23 at 05:23, xgas wrote:
> Hello,
>
> I have problem where memory cache not working but disk cache works.
>
> Am I missing something from configuration? mod_mem_cache is loaded.
Error log? And set "LogLevel debug" to get a better idea of what the
cache is doing.
---
What version did you see this with? If not 2.2.15, it might be fixed in
2.2.15 by the subrequest headers fix. Give it a try.
Dan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http
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. For
> more info, ask on PHP Mailing Lists.
ght try that
wouldn't work, it would get awfully long. Nevertheless, if you look at
<http://httpd.apache.org/docs/2.2/en/stopping.html> you'll see this:
Multiple running instances of rotatelogs attempting to rotate the
same logfiles at the same time may destroy each other'
Or just don't use in your own configuration. The only real
reason to use it is in example configurations for other people, where
you don't know if a given module has been loaded.
If you're configuring your own server, presumably you intend for that
module to be loaded. Better to have the server
Actually the bug tracker is used for feature requests as well. Just set
the severity field to enhancement.
Dan
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.ht
On Wed, Feb 17, 2010 at 4:29 PM, Dan Denton wrote:
> On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote:
>>
>> On Feb 17, 2010, at 12:50 PM, Dan Denton wrote:
>>
>>> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote:
>>>>
>>>> On Feb 17,
Maybe use mod_headers to add the time in microseconds to a request
header, then log that?
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To u
On Wed, Feb 17, 2010 at 3:19 PM, Robert Hall wrote:
>
> On Feb 17, 2010, at 12:50 PM, Dan Denton wrote:
>
>> On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote:
>>>
>>> On Feb 17, 2010, at 12:06 PM, Dan Denton wrote:
>>>
>>>> On
On Wed, Feb 17, 2010 at 2:26 PM, Robert Hall wrote:
>
> On Feb 17, 2010, at 12:06 PM, Dan Denton wrote:
>
>> On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote:
>>>
>>> Dan,
>>>
>>> On Feb 15, 2010, at 10:37 AM, Dan Denton wrote:
>>>
On Mon, Feb 15, 2010 at 12:53 PM, Robert Hall wrote:
> Dan,
>
> On Feb 15, 2010, at 10:37 AM, Dan Denton wrote:
>
>> Hello all. I’m trying to load test a login page served by tomcat 6,
>> proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to
>> conduc
Hello all. I’m trying to load test a login page served by tomcat 6,
proxied through apache 2 with mod_proxy. I’m using JMeter 2.3.4 to
conduct the testing. My thread group consists of 500 sessions , and
the sample is a GET of a simple login page.
JMeter returns errors for a varying percentage of t
Here's another, but I think it did the same thing. I just ran "ps auxww >
ps2.txt" then attached the file to this email. Did I miss something?
--
Dan
http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http://www.dansr
to be the problem as the first time
this happened there was only 2 web site on the box.
@Eric Covener
I completely agree, this does not seem to be from a lack of resources.
Thanks,
--
Dan
http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http
a sed command that performs no
> actions, no logging information is generated.
>
> -Original Message-
> From: news [mailto:n...@ger.gmane.org] On Behalf Of Dan Poirier
> Sent: Wednesday, January 27, 2010 12:03 PM
> To: users@httpd.apache.org
> Subject: [us...@httpd] Re
Joe Hammerman writes:
> Hello Apache users list.
>
> We have an issue with mod_log_config; specifically we are trying to pipe log
> output through Sed before it goes to Cronolog. The result is that we get no
> output whatsoever.
>
> Here is a sample of the directives we are using in our Virtual
s for you help!!
--
Dan
http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http://www.dansrandomness.com
http://www.danandshelley.com
This is not a problem that requires infinite wisdom, Benj. This is a problem
that requires enough neural organization to qu
re. Nothing stood out to
me, though I'm no expert.
Thanks,
--
Dan
http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http://www.dansrandomness.com
http://www.danandshelley.com
This is not a problem that requires infinite wisdom, Benj. This is a proble
5 12:50:55 2010] [error] child process 26939 still did not exit,
sending a SIGKILL
[Mon Jan 25 12:50:56 2010] [notice] caught SIGTERM, shutting down
Is there a way to turn on more logging (debug logs) or a better way to trace
what it doing at that time?
Thanks,
--
Dan
http://www.moonlightrp
st time it happened
and was getting maybe a dozen hits a month.
--
Dan
http://www.moonlightrpg.com
http://www.linkedin.com/in/danbunyard
http://www.danodemano.com
http://www.dansrandomness.com
http://www.danandshelley.com
This is not a problem that requires infinite wisdom, Benj. This is a problem
tha
not clear that what you are asking is possible anyway. When your
web application is invoked, the first byte of the response hasn't been
served yet, so there's no way to know the value of %F.
Dan
-
The offi
On 1-19-2010 1:59 AM, Krist van Besien wrote:
On Mon, Jan 18, 2010 at 8:52 PM, Dan Schaefer wrote:
Is there a standard location where the SSL crt, csr, and key files should be
located?
There is no standard location. Practices vary by distribution.
On Fedora its /etc/pki/tls
On my
so, what should the file permissions be for these files and the
containing directory?
Thanks,
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
-
The official User-To-User support forum of the Apa
read the footer of any email to this list.
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
dhottin...@harrisonburg.k12.va.us wrote:
-
The official User-To-User support forum of the Apache HTTP
.
Thanks in advance
And how does the Subject line tie into your question?
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
-
The official User-To-User support forum of the Apache HTTP Server
John den Haan writes:
> I really need some of the functionality provided by the latest version
> of mod_cache. Especially, the CacheQuickHandler directive (read
> here:http://httpd.apache.org/docs/trunk/mod/mod_cache.html#cachequickhandler)
> , which allows me to prevent the cache from shorting o
If one or more virtual host entries match the address:port for the
request, but no server names in those entries match, then the first
virtual host definition in the config file, not the global
configuration, will control handling for that request.
-
the change on a
Sunday when our customers are not using our system (car dealerships).
Thanks all for your advice and incite.
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
s, e-mail: users-h...@httpd.apache.org
I'm sorry, but I just joined the list in Friday.
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
In fact, as stated in my OP, although not very clear,
all http and https sites will have the same DocumentRoot on this server.
Will the said redirect need to be a htaccess rule?
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
Justin Pasher wrote:
Dan Schaefer wrote:
So are you suggesting that I need multiple public IPs to implement
this, or just multiple private IPs? Private IPs is not a problem,
however, due to the fact that we have limited public IPS in our
range, it could be a problem when if and when we add
ve limited public IPS in our range, it could be a
problem when if and when we add new SSL certs. We would need to
re-evaluate our ISP contract before it expires.
Dan Schaefer
Web Developer/Systems Analyst
Performance Administr
would
my httpd.conf configuration look like? Please let me know if you need
more information.
Thank you in advance,
Dan Schaefer
Web Developer/Systems Analyst
Performance Administration Corp.
-
The official User-To-User suppor
Matthew Tice writes:
> I was digging around with mod_memcache - I really like the idea but 1) it
> doesn't look like it's actively developed, and 2) I can't seem to get the
> caching to do what I want.
Yes, mod_mem_cache development is pretty much stopped, and it's been
dropped from the next r
Nick Kew writes:
> On 20 Nov 2009, at 09:59, Peter N Lewis wrote:
>> I already have:
>>
>>MaxRequestsPerChild 1000
>
> That's ridiculously low!
Which might be part of the problem. After only handling 1000 requests,
a child process will /start/ to exit - but it can't really go away until
file, or just save
it to disk. This view is disabled in the default ViewVC
^^^
configuration.
^
So maybe somebody at apache.org just needs to enable this, assuming
there's
7;re built against a
> sufficient level of openssl.
I just updated the FAQ. I'm not sure how long it'll take for the web
site to update.
--
Dan Poirier
-
The official User-To-User support forum of the Apache HT
Nick Kew writes:
> Martin Schuhmacher wrote:
>
>> that book is laying on my desk, it only deescribes howto
>> get the data, not howto insert it
>
> Um, haven't time to check just now, but I'm sure there's an
> input filter example!
8.12.4 Input F
I see bin/envvars.
>
> Its this because I have a distro'd installed version of APACHE vs from
> source?
Could be. Look in apachectl and see if it looks for an envvars file and
if so, where it looks for it. If so, you might be able to just create
one there.
--
Dan Poirier
--
aurfal...@gmail.com writes:
> I've been setting custom env vars for Apache 1 of 2 ways;
>...
> What's the cleanest way to set complex env vars for Apache?
Edit bin/envvars.
--
Dan Poirier
-
The official U
Igor Cicimov writes:
> Sorry to hijack the thread guys but just wondered if the same goes with
> mod_mem_cache module I mean the additional .c files in the apxs command?
Yes, see config.m4 in the modules/cache directory which tells the build
which files are needed.
--
Dan P
That looks like Apache PR 47672, which has been fixed. Can you try
Apache 2.2.14?
Dan Poirier
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for m
t;) and some of them immediately follow the log message from
mod_auth_digest that it's about to generate the secret. These are all
socket and connect calls, which leads me to believe that the code in
apr_generate_random_bytes() is compiled to use EGD, but that's not
working. Ma
tform
if (platform.platform().startswith('Darwin') or platform.mac_ver()[0] !=
''):
os.system('edit myfile.txt')
---
It also used to work, but it also no longer does.
If anyone can give me a clue as to what might be happening that would be
great.
Thanks!
Dan
1 - 100 of 379 matches
Mail list logo