definition
of the symbol was not found.
rtld: 0712-002 fatal error: exiting.
Thanks,
Justin LaRose
**
This email and any files transmitted with it are intended solely for
the use of the individual or agency to who
or '',
>but I did not get a satisfying solution at that time.
Do you have some clues to apply my "DAV svn" configuration on all sub-folders
of the root, except '/websvn'? This would be greatly helpful.
Thanks to you all,
Justin
site_websvn.con
that is valid
that allows me to easily define folder access control by the client's hostname
without having to create a Directory resource hard-coded for each?
Thanks in advance!
- Justin
-
To unsubscribe, e-mail: users-uns
I've finally tracked down an error I've been having to Apache returning a 401
for all OPTIONS requests. This happens for any directory, including those that
have no Limit or Require directives. These locations all respond to GET
requests.
I've posted the httpd.conf at
https://gist.github.com/a
What do people recommend for logging httpd access to SQL. I know at the very
worst I can set CustomLog "| sql_insert.sh" ... but was hoping there's
something more efficient. I see the mod_log_sql project on OutOfOrder.cc, but
that seems to stop at httpd 2.0. I see some people have an independent
I am setting up a server with mod_dav and have found that when people use
something like NetDrive on Windows to mount it as a local drive, the logs are
enormous. Copying a CD sized file generates over 600 GET requests. We need to
log all the file downloads from and that's going to make it proble
; program for viewing apache connections.
http://fabletech.com/ftss
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more i
;ve never done). I'm also not entirely sure of
what TRACE and TRACK do?
Just set the TraceEnable directive to off. The rewrite rules only apply
for older versions of apache that did not support TraceEnable.
--
Justin Pasher
Distri
ect of also allowing client certificates signed by that CA.
Essentially the SSLCertificateChainFile directive allows you to break
out the intermediate CA to only apply for the server certificate and not
client certificates. I personally have never used client certificates,
so in practice there is
ersions with security
updates available. From that standpoint, I can't offer any first hand
experience (it seems like you've already done the basic checks like
verifying apache is linked to the correct OpenSSL module).
Good luck.
--
Justin Pasher
--
box, and after I looked at the back
trace, I found out it was crashing on a regex handling portion of the
PHP module. Now, once you figure this out, getting a FIX is a different
story...
|
--
Justin Pasher
-
The official Use
ink under
/etc/apache2/conf.d/mythweb.conf that points to the aforementioned file. You'll
have to tweak a few of the settings in the file to make it work for you
(database settings, some directory paths, etc), but that will probabl
In my experience the cert will work on any physical server where the cert and
key are present as long as the CN used in the virtual host is the same on both.
The IP is not taken into account for certs on SSL just the name. but you can
only have ONE ssl site per IP as SSL based name virtual hos
Hello all,
I have been searching for a while and was wondering how/if there was a way to
put Apache's config files in sql or some other mechanism for multiple machines
to share the same config/be updateable from multiple locations once. I have
toyed with using a distributed FS for just the c
]
RewriteRule . http://server/application [R=permanent]
--
Justin Pasher
I get the same looping result. (I shortened application to app because
I am too lazy to type all that!):
The requested URL
/appappappappappappappappappappappappappappappappappappappappapp was
not found on
RewriteCond %{HTTP_HOST} ^application$ [NC]
RewriteRule . http://server/application [R=permanent]
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.or
h all requests to the new URL?
RewriteEngine on
RewriteRule . http://survey.juicycouture.com/tellus
Otherwise, just handle the two special cases
RewriteEngine on
RewriteRule ^/$ http://survey.juicycouture.com/tellus
RewriteRule ^/tellus$ http://survey.juicycouture.com/tellus
--
Justin P
andard SSL
port, are you sure you are trying to access the site using https in the URL?
e.g.
https://www.example.com:10991/
and not
http://www.example.com:10991/
and not just
www.example.com:10991
--
Justin Pasher
-
The offici
working properly, then come back to putting it into the apache config.
There is also a chance that the escape sequences for a shell are
different than those for the apache directive. You can verify that by
starting out with a much simpler sed script, then expanding from there.
--
Justin P
or if your code itself is sucking it all up (i.e.
loading tons of data into memory from a database, a script processing a
lot of data in memory, etc).
--
Justin Pasher
-
The official User-To-User support forum of the Apa
docs state that the Timeout directive can be set within a
VirtualHost container, so that should work fine. There is no way that I
know of to verify it was set, but if the directive is within a
VirtualHost container, you should be good.
-
Error: 336027900
error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol speaking
not SSL to HTTPS port!?
Are you sure that whatever is connecting via port 443 is actually using
the HTTPS protocol? Perhaps someone tries to access
http://www.vizion2000.net:443 ?
--
Justin
Justin Pasher wrote:
gary lim wrote:
Hu justin,
1. Because its a production site, we are unable to disable the PHP
modules/script..From the log output below, we are having
difficulty to pinpoint the source of error. I just spent the last
couple of hours to run through the pages and see
gary lim wrote:
Hu justin,
1. Because its a production site, we are unable to disable the PHP
modules/script..From the log output below, we are having
difficulty to pinpoint the source of error. I just spent the last
couple of hours to run through the pages and see if the log shows up
HTTP
if it doesn't start with /webmail.
--
Justin Pasher
-
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-un
h only the
older version available (RHEL/CentOS?).
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubsc
ut, using the hostname in the
NameVirtualHost and directives is not recommended (DNS
lookups).
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
Greene, Gregory wrote:
I tried what Charan suggested but it didn't work either. In answer to what Justin asked, yes, my files that contain the SSI are in either .htm or .html. The files are in a subdirectory structure below /var/www/html. Do
I have to specify the absolute directory pa
about anything.
--
Justin Pasher
-
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.ap
François Beaune wrote:
On Wed, Dec 16, 2009 at 7:00 PM, Justin Pasher
mailto:just...@newmediagateway.com>> wrote:
[snip]
Here is the SSLCipherSuite directive that I use on my servers to
lock out insecure ciphers:
SSLCipherSuite AES256-SHA:DES-CBC3-SHA:AES128-SHA:RC4-SHA:R
within an unintentional container, such as
or . I know that on CentOS, the default config
file that has the SSL directives actually contains the SSLCipherSuite
directive within a container. That threw me off recently
when I was trying to setup apache on a CentOS
François Beaune wrote:
Hey Justin,
Thanks for your answer. I did add the various versions of
the SSLCipherSuite directive to my virtual host container, sorry if
that wasn't clear.
In the meantime I found that, by inspecting the handshake between
TortoiseSVN and Apache, the connection
erver:8080/VirtualHostBase/https/%{SERVER_NAME}:443/. If
you try to pull up that URL using something like wget or lynx (replacing
${SERVER_NAME} accordingly), do you get a successful response? Do you
see anything in the apache error logs?
--
Jus
/$1 [L]
--
Justin Pasher
-
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
&qu
er
object.
Also, you can use this script to check which ciphers are supported by
your site.
http://www.lazorsoftware.com/lazorsoft/files/openssl_check.sh
--
Justin Pasher
-
The official User-To-User support forum of the A
cumentRoot - Single IP, assuming cert
supports all (sub)domains listed. Otherwise Multiple IP
(c) Multiple FQDN, multiple DocumentRoot - Multiple IP addresses (one
for each FQDN)
--
Justin Pasher
-
The official User-To-User suppor
the local network.
[1] http://wiki.apache.org/httpd/NameBasedSSLVHostsWithSNI
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for
t SNI). Even with a wildcard cert for
*.example.com, I don't believe that will work to example.com.
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/user
Thanks for the reply William.
Justin
-Original Message-
From: William A. Rowe, Jr. [mailto:wr...@rowe-clan.net]
Sent: Tuesday, September 08, 2009 4:45 PM
To: users@httpd.apache.org
Subject: Re: [us...@httpd] Apache 2.0.63 log timestamps
Justin Amburn wrote:
> Hi all,
>
> I
), and it wants to reload both the cert and private key (private
keys SHOULD only be readable by root, if secured properly). This is all
speculation on my part though.
--
Justin Pasher
-
The official User-To-User support forum
ior, but
I have not been able to reproduce it. Any feedback would be welcome.
Thanks all.
Thanks,
Justin Amburn
Check out mod_limitipconn.
http://dominia.org/djao/limitipconn2.html
--
Justin Pasher
-
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,
Something wrong with the Email removal. I tried a few times but never got
removal.
Please help manually remove mine justinzhang1...@gmail.com and Jay's email.
On Sat, Jun 20, 2009 at 8:34 PM, Jay Jesus Amorin wrote:
> Hi,
>
> Sorry for the cross posting. I always got an error when i sent message
is-bad [R,L]
2) Try cranking up the RewriteLogLevel a bit to see the rewrites in
action, once again to make sure it's processing properly.
3) Make sure you clear your browser cache. I've seen odd instances where
a browser might cache a redi
ntext of RewriteRule?). You can just capture the results of
RewriteRule match.
RewriteRule (.*) https://%{SERVER_NAME}/$1 [R,L]
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
omain\.com$ [NC]
RewriteRule ^/(.*) http://%1.new-domain.com/$1 [R=301,L]
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more
DLink router support told me there are two traffic types ADP and DCP? and
what is the port number is used for DCP?
On Fri, May 15, 2009 at 10:14 AM, Evan Platt wrote:
> At 10:12 AM 5/15/2009, you wrote:
>
>> What port number is for DCP traffic type? Justin
>>
>
> DCP?
What port number is for DCP traffic type? Justin
can limit globally or per virtual host
(whether the "IP address pool" it tracks is virtual host specific, I'm,
not sure).
http://www.dominia.org/djao/limitipconn.html
--
Justin Pasher
-
The official User-To-Use
Ip address is 192.168.0.1
On Thu, May 14, 2009 at 10:57 AM, André Warnier wrote:
> Justin Zhang wrote:
>
>> My setup is exactly the same as the link picture.
>>
>> I try connect routher via phone adapter and bypass phone adapter (direcly
>> to
>> DSL modem,
, turning something on or
> off, or what ?
>
> Also, when you talk about "router", which box do you mean ?
>
>
>
>
>
> Justin Zhang wrote:
>
>> You can see the diagram in the link
>> http://en.wikipedia.org/wiki/File:Voip-typical.gif
>> Tha
You can see the diagram in the link
http://en.wikipedia.org/wiki/File:Voip-typical.gif
Thanks
On Thu, May 14, 2009 at 8:57 AM, André Warnier wrote:
> Justin Zhang wrote:
>
>> Now only local address is working http://192.168.0.100:8080/
>>
>> Besides myIPaddress, is ther
right or both are not right.
Thanks, Justin
On Thu, May 14, 2009 at 8:45 AM, Richard Peacock <
richard.peac...@minorplanet.com> wrote:
> Hello
>
>
>
> It’s still not working:
>
>
>
> “The server at 24.78.136.243 is taking too long to respond.”
>
>
&g
Current router configuration
Virtual Server HTTP 192.168.0.100 TCP 8080/8080 Always
Private port and public port are all 8080. Before it is 80/80 for port 80
On Wed, May 13, 2009 at 11:46 AM, André Warnier wrote:
> Justin Zhang wrote:
>
>> http://192.168.0.100:8080 is workin
Thank you for the tips. I have to clarify my current configuration
Listen 8080
ServerName 24.78.136.243
Now both http://192.168.0.100/ and http://192.168.0.100:8080/ are working.
Still need testing external IP 24.78.136.243.
On Wed, May 13, 2009 at 11:33 AM, André Warnier wrote:
> Jus
http://192.168.0.100:8080 is working for me now. Could you help try my
external IP
*24.78.136.243*
Thanks,
On Wed, May 13, 2009 at 11:28 AM, Frank Gingras
wrote:
> Justin,
>
> You'll need to use http://192.168.0.100:8080 from your internal machines,
> after you restarted
is the one that has this
>> external IP address), does not know that when some external computer tries
>> to contact it on port 80, it should pass on this call to your internal
>> webserver. So it tries to answer itself, but itself has no webserver active
>> on port 80.
&
tries
> to contact it on port 80, it should pass on this call to your internal
> webserver. So it tries to answer itself, but itself has no webserver active
> on port 80.
>
>
>
>
> Justin Zhang wrote:
>
>> On Wed, May 13, 2009 at 7:58 AM, André Warnier wrote:
>
Is my cofiguration right?
Listen 192.168.0.100:80
ServerName 24.78.136.243:80
On Wed, May 13, 2009 at 9:32 AM, J. Greenlees wrote:
> Justin Zhang wrote:
> > My apache web server is connected as the diagram through DLink
> router,Phone
> > adapter and Shaw cable m
I did already from DLink configuration page
On Wed, May 13, 2009 at 8:08 AM, Lester Caine wrote:
> Justin Zhang wrote:
>
>> Do you mean ipconfig? I got 192.168.0.100 for my server computer
>>
>
> That is a private IP address and is never used outside a site. You nne
How to open a port to allow the local web site out?
Thanks
On Wed, May 13, 2009 at 8:06 AM, Lester Caine wrote:
> Justin Zhang wrote:
>
>> Thank you for the quick reply. How do I know which external IP address is
>> right. I got 2 different address from myIPaddress wi
On Wed, May 13, 2009 at 7:58 AM, André Warnier wrote:
> Justin Zhang wrote:
>
>> Thank you for the quick reply. How do I know which external IP address is
>> right. I got 2 different address from myIPaddress with & without phone
>> router. 24.78.136.243 and 24.78.
@gmail.com] Sent: Wednesday, May 13,
>> 2009 9:38 AM
>> To: users@httpd.apache.org
>> Subject: Re: [us...@httpd] Fwd: Home Web Server
>>
>> On Wed, May 13, 2009 at 10:25 AM, Justin Zhang
>> wrote:
>>
>>
>>> My apache web server is connected a
> Sent: Wednesday, May 13, 2009 9:38 AM
> To: users@httpd.apache.org
> Subject: Re: [us...@httpd] Fwd: Home Web Server
>
> On Wed, May 13, 2009 at 10:25 AM, Justin Zhang
> wrote:
> > My apache web server is connected as the diagram through DLink
> > router,Phone adapte
Thank you for the quick reply. How do I know which external IP address is
right. I got 2 different address from myIPaddress with & without phone
router. 24.78.136.243 and 24.78.147.173. Is my configuration right?
ServerName 24.78.147.173:80
Thanks
Justin
On Wed, May 13, 2009 at 7:38 AM,
? I check
my IP address from myIPaddress and get
*24.78.136.243* I try to browser with http://24.78.136.243/ but cannot open
it. I got following message.
What should I do to publish my website over internet?
Thanks,
Justin
Internet Explorer cannot display the webpage
Most likely
kingsdata/bookings_data/bookings_10/"
Something like this should get you there (untested).
RewriteRule ^/dms-bookings_([0-9]+)/(.*)
/bookingsdata/bookings_data/bookings_$1/$2
You'll have to leave the first two Alias definitions in there, since
their format is different.
--
act syntax for query string checking off the top of my head, so
this might be a little off).
RewriteCond ${QUERY_STRING} ^id=([0-9]+)$
RewriteRule ^/index.html$ /index/%1/
--
Justin Pasher
-
The official User-To-User support foru
. the timeout setting defined
by that service or daemon), the connection drops. Otherwise, it will
have to continue to wait for a response. This is critical for situations
where the connection is either very slow or is flaky and drops out
freque
o the browser (indicating the
service is unavailable).
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubsc
attack.
My question: is there possible to configure Apache HTTPd in order to
protect it against these attacks?
Check out mod_limitipconn. You can restrict the number of simultaneous
connections from individual IP addresses.
http://dominia.org/djao/limitipconn.html
--
Justin Pasher
m not too aggressive in my settings.
Going the iptables route would work too, but I think it would be much
easier to just manage it strictly on the apache side.
--
Justin Pasher
-
The official User-To-User support forum of the A
/VideoFortWorth
ServerName www.VideoFortWorth.com
I assume these are actually in containers (they don't show
in the email)?
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See htt
status" to see if it says it's enabled. You can try disabling it
temporarily by running "setenforce 0". If the problem goes away, you
have your answer. As far as how to get around it without disabling
SElinux, that would be more appropriate for an SElinux mailing list (and
bey
) versus a 302
(found) redirect shouldn't break any modern browser. Generally a 301
redirect is better in regards to search engine related redirects, but
either should work just fine.
What is the proof that the developer has that shows IE being "broken"?
-
nt file than you
expect, then the problem lies elsewhere. Try doing an "ls
/full/path/in/error/log" to see if the system itself shows the file.
Since I personally have not experienced this problem with autofs, I
can't think
f
it's producing any errors. You can also add the following directive to
your config file to avoid the warning on start-up.
NameVirtualHost 127.0.0.1:80
This will also ensure that Apache tries to server up your VirtualHost
entry when the Host: header is "DataEnv
access to
the files.
--
Justin Pasher
-
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-unsub
be successful). Sometimes daemons
can just act up for no obvious reason.
All in all, signs point more to an autofs problem and not Apache.
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server P
log and see what it says. You shouldn't
have to do anything special to make a cert work in IE7 versus IE6, Firefox,
Opera, etc.
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
ot everything
in those directories. The error message (at least one of them) seems to
indicate it is trying to include a PHP file
(/home/domain/apps/Bootstrap.php).
--
Justin Pasher
-
The official User-To-User support forum of
]
RewriteRule .* - [F]
Justin Pasher
/---Original Message---/
/*From:*/ Eric Covener <mailto:[EMAIL PROTECTED]>
/*Date:*/ 01/12/2008 18:27:25
/*To:*/ users@httpd.apache.org <mailto:users@httpd.apache.org>
/*Subject:*/ Re: [EMAIL PROTECTED] .htaccess
On Mon, Dec 1, 2008 at 11:
hours.
I read somewhere that apache limited or could limit the size of the log
files as it was writing them? I couldn't find any configuration settings
like this in the documentation.
I would appreciate any suggestions.
regards
Justin Wright
> On 11/14/08 4:38 PM, Justin Pasher wrote:
>> Tolga Guver wrote:
>>>
>>> Hi,
>>>
>>> I have just setup an apache server in which i want one general page
>>> linked to the users own web pages in their home directories.
>>> I setup
tive to the .htaccess file). You actually don't need a
RewriteBase, because the files are not under
/var/www/webacula/html/webacula. Use these rewrite rules:
Inside /var/www/webacula/html/.htaccess:
RewriteCond %{REQUEST_URI} !^/index\.php$
RewriteRule !\.(js|ico|gif|jpg|png|css)$ /index.php
-
ir in your apache config, correct? Do you by chance have any
rewrite rules in your config that might be messing with the URL?
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See
without going to old emails or the archives).
--
Justin Pasher
-
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:
ed by RewriteLog) to see exactly how apache is
trying to rewrite it.
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
ks - Request to http://foo.localhost/webacula/
Works - Request to http://foo.localhost/webacula/index.php
--
Justin Pasher
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist
eRule !\.(js|ico|gif|jpg|png|css)$ index.php
You might need to remove the slash at the beginning of "^/index\.php$"
(I can't recall off the top of my head how the URI will look when
defining the rules in an .htaccess file with a RewriteBase versus the
apache config).
Justin Pasher
h the NFS mount or possibly the network
connection between the server machine and client machine. You can try
checking the system logs on both machines (/var/log/syslog) to see if
anything useful shows up in there. There might also be something in
/var/log/kern.log.
-
://tdocs.travelchannel.com/teams/Login.do
Justin Pasher
-
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: [EMAIL PROTECTED]
"
ame media.domain1.com
|ProxyPassReverse /media/ https://www.domain2.com/media/|
See the documentation for more details.
http://httpd.apache.org/docs/2.2/mod/mod_proxy.html
--
Justin Pasher
-
The official User-To-User support for
Erik Westland wrote:
Justin et al,
That is promising, but I can't alter any of the request parameters before the filter has a chance to record them.
I haven't tried this solution yet, but I believe URL rewriting will change the
request params to reflect the new target. This could
s exist on the server. As long as
mod_rewrite is altering the URL in some way unexpected, you're still
going to have weird anomalies.
Also, in what directory is the .htaccess file located? It is inside of a
container?
--
Justin Pasher
---
s is clear enough...
Cheers and thanks,
Erik
Unless I'm misunderstanding the task, a simple RewriteRule will
accomplish this.
RewriteRule .* /cgi-bin/helloworld.cgi [L]
--
Justin Pasher
-
The official User-To-User suppo
les (such as
redirecting a request for ANY arbitrary file that does not exist). You
can explore the "RewriteCond -f" directive to make it smarter in that case.
http://httpd.apache.org/docs/2.2/mod/mod_rewrite.html#rewritecond
--
Justin Pasher
--
ives themselves look fine to me, and I
copied them verbatim to my server and it doesn't complain. Perhaps the
file itself is corrupted (something like Windows CRLF line endings
instead of UNIX LF)?
--
Justin Pasher
-
The
directive)?
--
Justin Pasher
- Original Message - From: "Justin Pasher"
<[EMAIL PROTECTED]>
To:
Sent: Friday, October 03, 2008 12:08 PM
Subject: Re: [EMAIL PROTECTED] Protecting a Directory
[EMAIL PROTECTED] wrote:
There still seems to be alot of discrepancy on this issue.
B] flag to work in my Apache 2.2 installation
:( (it says it's an invalid flag). Maybe you'll have better luck than me.
I'm sure there's a way do do this, but I'm not finding anything obvious
in the docs.
--
Justin Pasher
--
1 - 100 of 180 matches
Mail list logo