On Thu, Jan 28, 2016 at 05:03:41PM +, Rose, John B wrote:
> Is there a command line method to list all the virtual hosts and each
> DocumentRoot?
Should be pretty simple to construct with Apache::ConfigParser.
https://metacpan.org/pod/Apache::ConfigParser
Pete
--
Openstrike - improving busi
On Tue, Jan 12, 2016 at 06:56:40PM +, Rose, John B wrote:
> For event ...
>
>
> StartServers3
> MinSpareThreads 20
> MaxSpareThreads 25
> ServerLimit 16
> ThreadsPerChild 16
> MaxRequestWorkers 256
> MaxConnecti
On Mon, Nov 16, 2015 at 06:19:37PM -0200, Ronaldo Luiz de Carvalho wrote:
> There are a way to setting apache in a way to force the users site browsers
> doesn't use their cache?
You can use the Header directive to set the appropriate value of the
Cache-Control header.
http://httpd.apache.org/doc
On Fri, Oct 16, 2015 at 02:37:24PM +, David Johnson wrote:
> Please forgive my ignorance, but what can I do now to resolve this?
Depending on your current SELinux policy and what precisely it is that
you want to allow you could either adjust an appropriate boolean,
correct any files/dirs with
On Fri, Oct 16, 2015 at 02:21:45PM +, David Johnson wrote:
> What would be different about being logged in as www at the command line and
> calling a script vs. running Apache as www and calling it through the
> intranet?
The SELinux context will be different. Check the audit log to see if
i
If you look carefully at the documentation at
http://httpd.apache.org/docs/2.4/mod/core.html#loglevel
you will see that it says:
Context:server config, virtual host, directory
The absense of ".htaccess" from that list indicates that it cannot be
set in the .htaccess file. Set it i
On Mon, Jun 08, 2015 at 02:35:24PM -0700, Motty Cruz wrote:
> Should Fix:
> Optimize images
> Leverage browser caching
> Consider Fixing:
> Eliminate render-blocking JavaScript and CSS in above-the-fold content
> Minify CSS
> Minify HTML
All of those bar one are content issues and therefore unconn
Use a virtual host to override the server-level defaults.
http://httpd.apache.org/docs/2.4/vhosts/
HTH,
Pete
On Tue, Jun 02, 2015 at 12:17:44PM -0400, Tim Dunphy wrote:
> There is a generic Directory index rule at Apache level like below that is
> expecting the serving domain to point to any of
On Thu, Apr 30, 2015 at 09:07:36AM +, Or Lindner wrote:
> Hi,
>
> I am running apache version 2.2.0.
[description of problem snipped]
>
> There is maybe an apache patch for that problem?
Since 2.2.0 there have been over 40 releases of stable branches of
apache. These subsequent releases will
Hello Jamie,
On Tue, Apr 21, 2015 at 11:55:27AM -0400, Jamie Johnson wrote:
> Sorry to hit this again, but I've made no headway short of setting
> NSSProxyCheckPeerCN off, is this not reproducible? Is there another list I
> should be asking this on?
As mod_nss is a third-party module it's quite
On Tue, Apr 14, 2015 at 07:14:55AM -0500, Tom Browder wrote:
> I now have basic authorization (under TLS) working okay, but I would
> like to influence the user experience a bit via Apache behavior if
> possible.
>
> A few questions if you please:
>
> 1. Can I modify the pop-up message?
Possibl
On Wed, Mar 18, 2015 at 08:57:27PM -0700, Dave Stevens wrote:
> I have a Ubuntu 14.04 box with 8 domains. At first they all worked
> but yesterday one stopped serving pages, browser says "-- Server not
> found" the config looks ok, domain-specific configs are in
> sites-enabled, there are access er
maintain and support ftss in a similar way.
Please let me know if you would be happy for us to do so (off-list is
fine).
Thanks,
Pete Houston
On Tue, Feb 17, 2015 at 07:37:17PM +0100, Morten Shearman Kirkegaard wrote:
> Going forward we will not be able to maintain the project, so we are
> l
Hello Colin,
On Fri, Feb 13, 2015 at 10:54:22AM +, Colin Campbell wrote:
> I have upgraded to Apache 2.2.22 on a Debian 7 VM. I have just installed it
> using apt-get and not made any config changes except to add my VirtualHost
>
[...]
>
> The behavior I was used to was that any Perl errors
The Server response header is always present by default. Therefore there
must be something which has been changed in your configuration to remove
it. You will need to find that and fix it.
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 77003
On Wed, Jan 21, 2015 at 03:44:43PM +0530, srihari na wrote:
> However from external/client side how can I verify which is the exact
> version of openssl libraries being used during communication. Please help.
In your httpd.conf specify
ServerTokens Full
Then from the client side you can
On Fri, Dec 12, 2014 at 03:18:57PM +, Rose, John B wrote:
> For a one page web site
>
> The page will have a very large number of visitors in a short time. There
> will be simple text updates on the page and users will check back frequently
> to see the updates.
>
> Say 100k visitors each
As Carlos's question suggests that he might be quite new to all this,
it's probably worth pointing out that for simple, low-volume
applications there is no requirement to load any language-specific
module into apache. All one needs is mod_cgi (or mod_cgid) to get
started and then it's pretty trivia
On Tue, Nov 04, 2014 at 03:58:25PM +, Rajalakshmi Iyer wrote:
> The server has a KeepAliveTimeout of 120 seconds.
That is probably the longest KeepAliveTimeout I have seen. Is there some
particular reason that you have it so high? In 2.4 the default value is
5 seconds, which ought to be a rea
On Fri, Oct 17, 2014 at 10:53:03AM +, pratibha.dhank...@wipro.com wrote:
> Can someone please suggest steps to upgrade Apache 2.2.21 to 2.2.29? It's a
> little urgent requirement.
http://httpd.apache.org/docs/2.2/install.html#upgrading
Pete
--
Openstrike - improving business through open so
On Fri, Oct 10, 2014 at 07:10:47AM +, pratibha.dhank...@wipro.com wrote:
> Currently in our application we have Apache 2.0 version installed on windows
> server 2003.
> Could you please let us know if same Apache 2.0 version will support for
> Windows server2012 or not?
> If not which version
On Mon, Sep 29, 2014 at 01:09:19PM -0500, Sharon Zastre wrote:
> Is it safe to assume that a fix/patch/upgrade will become available to
> address the shellshock vulnerability?
Yes, but not in apache. The vulnerability dubbed "shellshock" is a
flaw in bash and patches and upgrades are already wide
No need for Google, just go straight to the source:
http://httpd.apache.org/docs/2.4/howto/htaccess.html
Pete
On Fri, Sep 05, 2014 at 07:53:07PM -0600, Matthew Smith wrote:
> How do I do so? I googled but can't figure it out.
--
Openstrike - improving business through open source
http://www.op
On Sat, Aug 09, 2014 at 02:14:36PM +, Mark jensen wrote:
> and I have found this line in conf file:
>
> LoadModule expires module modules/mod_expires.so
>
> but "ExpireDefault" didn't work
There's no such directive in Apache 2.2 as "ExpireDefault". Perhaps if
you tried "ExpiresDefault" you m
On Thu, Aug 07, 2014 at 09:19:10PM +, Mark jensen wrote:
> How can I make Apache to deal with the client IP not the proxy IP?
Use mod_remoteip.
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
pgp8PAUHGkopd.pgp
Des
On Wed, Aug 06, 2014 at 02:20:26AM -0700, M Busche wrote:
> I notice that the default virtual host configuration file name is
> 000-default.conf. I presume the convention of starting virtual host
> configuration file names with a three digit number governs the order in which
> the configuration
On Tue, Jun 24, 2014 at 12:45:19AM -0400, Kee, Siokkwan wrote:
> We have an issue currently where documentation released from Brocade
> indicates Apache HTTP V 2.0.50 is listed as non-vulnerable when bundled
> together with Brocade FOS V7.1.1.
> As Brocade has listed this as a non-vulnerability,
On Fri, Jun 27, 2014 at 03:39:42PM +, Rose, John B wrote:
> What is the impact of not having a "ListenBacklogs" Directive in your
> config?
This is covered pretty well in the documentation:
http://httpd.apache.org/docs/2.4/mod/mpm_common.html#listenbacklog
A cursory read of this tells us that
You can set up a reverse proxy and include access control like this:
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_http_module modules/mod_proxy_http.so
ProxyRequests Off
ServerName reverse-proxy.example.com
allow from 1.2.3.4 2.2.3.4
Hello Michael,
The obvious question is why are you using mod_rewrite for access
control in the first place? There are other, lighter modules whose
purpose actually is access control and which will allow you to use CIDR
notation etc.
I suggest you take a look at mod_authz_host instead.
Pete
--
O
On Wed, Jun 18, 2014 at 06:03:39PM +, Jesus Tellez wrote:
> I have Apache 2.0.59
That's an eight-year-old version of a legacy branch. If you don't have a
truly excellent reason for sticking with that, I suggest that you think
about upgrading.
> and configured start servers=8, but on server-s
Thowe are not errors; they are notices.
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
pgpbD5yARvy_l.pgp
Description: PGP signature
On Wed, Apr 23, 2014 at 03:41:54PM -0600, eric tse wrote:
> Have proxy rules
>
> proxyPass /ABC http://domain.com/abc/
> proxyPass /AbC http://domain.com/abc/
>
> And get
> The Apache service named reported the following error:
> >>> [xxx xxx xx xx:xx:xx 20xx] [info] worker http://domain.com/abc
From the openssl documentation at http://www.openssl.org/docs/apps/req.html
is this list of example field values:
[ req_distinguished_name ]
C = GB
ST = Test State or Province
L = Test Locality
O = Organization
The HTTP status codes are defined in httpd.h, so you could just edit
them there and recompile. However, I advise strongly against using
custom HTTP status codes for what should hopefully be obvious reasons.
Perhaps this is an XY problem?
Pete
On Fri, Mar 28, 2014 at 04:38:06PM +0530, Sailaja Gadi
According to the documentation[1] IndexOrderDefault is a separate
directive, so your configuration should be on two lines like this:
IndexOptions FancyIndexing
IndexOrderDefault Descending Name
There is actually an example of this, but it is in the comments. Search
for JAKA.
HTH,
Pete
[1] http
On Tue, Mar 04, 2014 at 05:24:59PM -0800, john gale wrote:
> However, now httpd simply exits with status 1 and no output, either on
> standard out or standard error.
In that case your next port of call is the httpd error log. Always
consult this for the detail and raise the LogLevel to get ever m
On Fri, Jan 24, 2014 at 11:07:35AM +0400, mn wrote:
> Does it possible to configure the apache so it distinguishes name
> abc.* and cde.* (used by clients externally) and returns different
> pages (provided two s are configured)?
> Which Directives are imlpemented in the case? Or, maybe, the exampl
On Tue, Jan 21, 2014 at 03:17:35PM -0500, James B. Byrne wrote:
>
> On Tue, January 21, 2014 14:58, Pete Houston wrote:
> > On Tue, Jan 21, 2014 at 12:39:27PM -0500, James B. Byrne wrote:
> >>
> >> Require group management staff
> >>
> >
&
On Tue, Jan 21, 2014 at 12:39:27PM -0500, James B. Byrne wrote:
>
> Require group management staff
>
Do you really have a directory at the very top level of your O/S
filesystem called /HLL_Operations? It seems more likely that this will
be in some subdirectory where all your other web co
On Mon, Jan 06, 2014 at 12:45:27AM -0500, Borden Rhodes wrote:
> I understand from the docs that Alias directives can't be used in .htaccess
> files. Is this correct? This inability is partly why I kept struggling with
> RewriteRules - the other was to force myself to practise regexes and advance
On Wed, Jan 01, 2014 at 09:55:48PM -0500, Borden Rhodes wrote:
> I notice in the log that httpd passes the requests for the first two images
> through RewriteRule in the .htaccess file. However, the call to fetch
> /images/bowler.jpeg *doesn't* go through the RewriteRule, but instead (line
> 50
Well, two things jump out from your list of modules. Firstly, there's
this:
> mpm_itk_module (static)
Does the problem occur if you use prefork instead?
Secondly, there's this:
> cgi_module (shared)
> cgid_module (shared)
Since I'm unfamiliar with mpm_itk, it may not be a problem there but
Possibly a difference in environment would cause this (perhaps
LD_LIBRARY_PATH or similar?).
Compare the environment in your failing at job with the environment in
your successful shell command and determine if there are any
differences.
HTH,
Pete
--
Openstrike - improving business through open
Hello Frank,
Apache is very flexible and allows the installer (ie. you) to choose
which modules to compile statically into the httpd binary, which to
compile as loadable, external DSOs and which not to compile at all.
The very small list of compiled-in modules which you see are the bare
bones for
Hello David,
On Fri, Nov 01, 2013 at 03:21:35AM -0700, David Benfell wrote:
> I built openssl from source. I'm trying to get TLS 1.2 working,
> which the old and crufty openssl on Centos 6.4 doesn't do. Do I need
> to do something different to get the development libraries in place?
Since it is t
On Tue, Oct 22, 2013 at 08:26:57AM -0400, Dennis Putnam wrote:
> I get a gray globe indicating
> partial encryption which does not prevent eavesdropping. I have no clue
> how to debug this or even where to look. Can someone point me in the
> right direction? Thanks.
This is usually indicative of a
On Mon, Oct 21, 2013 at 01:19:35PM +0530, santosh kumar wrote:
> What i need is , i want to print the whole request details which is being
> received at Apache end.
It sounds like mod_log_forensic might be what you are after.
http://httpd.apache.org/docs/2.4/mod/mod_log_forensic.html
Pete
--
Op
On Fri, Oct 11, 2013 at 10:52:13AM -0500, Jonathan Dart wrote:
> If I request "http://localhost/server-status"; every 1 second for 5
> seconds, on the last request apache reports that it has 5 active requests
> all with a "Request" of /server-status and a "Mode of Operation" of
> "Waiting for Conne
If your apache installation is sufficiently well tuned and has enough
resources (chiefly RAM) then it should be fine.
For a public example, see http://httpd.apache.org/server-status
presently indicating over 800 slots.
Good luck,
Pete
--
Openstrike - improving business through open source
http:
On Tue, Oct 01, 2013 at 04:25:05PM +0100, John McIntyre wrote:
> Am I doomed to failiure, or is what I'm trying to do, actually possible?
No, you are almost there. The problem is that for some reason you have
an asterisk in your VirtualHost declaration for domain2. Change that the
the actual IP ad
On Mon, Sep 30, 2013 at 06:03:37PM -0700, Andrew Daviel wrote:
> huh! wtf? - if I enable /server-status, the correct address for the
> client asking for /server-status, is not just logged, but resolved,
> even though HostnameLookups is off. But other requests still get the
> 98.32 address.
This r
On Tue, Sep 24, 2013 at 06:39:09PM +0200, Sós Dániel wrote:
> This not work, not listing dot files: IndexIgnore *~ *# HEADER*
> README* RCS CVS *,v *,t
It works for me in Apache 2.2.24.
Which specific version are you running?
Are you sure there are no other IndexIgnore directives in your
configur
On Tue, Sep 24, 2013 at 06:21:23PM +0200, Sós Dániel wrote:
> IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t
The first term there will prohibit display of your dotfiles. Try
removing it and use this instead:
IndexIgnore *~ *# HEADER* README* RCS CVS *,v *,t
Also, be very careful
I take that sentence to be referring to the relationship between the
client IP address and the session and to have no connection with the session
duration. You as the developer can set the cookie in any way you
require.
All the best,
Pete
--
Openstrike - improving business through open source
ht
On Sat, Aug 24, 2013 at 04:44:46PM +0530, Ajay Garg wrote:
> Is the above workflow possible by merely using HTTPD, or some form of
> external proxy-software (like "squid") is required?
Yes, this is possible with just httpd.
> If it is indeed possible to achieve the above with just HTTPD, I will b
Most likely your (new) ISP is not set up to route traffic out and then
back in again.
Instead, on your client set up a hosts file entry with the private IP
address of the server on your LAN and you should be fine.
Good luck,
Pete
--
Openstrike - improving business through open source
http://www
On Thu, Aug 01, 2013 at 10:49:59PM -0700, Grant wrote:
> Do you do this only when under DoS attack or all the time?
All the time.
> Won't you potentially prevent legitimate users from making a single
> connection if they're connecting with a shared IP from a university
> campus (for example)?
Ye
On Mon, Jul 29, 2013 at 11:25:26PM -0700, Grant wrote:
> ModSecurity looks good and I think it works with nginx as well as
> apache. Is everyone who isn't running OSSEC HIDS or ModSecurity
> vulnerable to a single client requesting too many pages and
> interrupting the service?
Not everyone, no.
On Fri, Jul 26, 2013 at 12:39:37PM -0700, Jignesh Badani wrote:
> Thanks Pete, yes, post processing the log file nightly is the option I was
> considering. I am doing it currently on a per request basis. But I was
> hoping to avoid it if I could do it in real time by calling on B64 decode
> on the
Hi Jigs,
Maybe I'm missing something, but why not just post-process the logs?
Alternatively if you need this done in real-time for some reason you can
use piped logs and process them in-line that way.
Good luck with the management,
Pete
--
Openstrike - improving business through open source
ht
Yes, it's pretty simple, assuming that you mean that apache should run
as UTC (GMT) and the other, non-apache processes on the machine should
be unaffected:
$ export TZ=GMT
$ apachectl stop
$ apachectl start
Make sure to include this env var in the apache boot script too.
On Thu, Jun 13, 2013 at 01:37:33PM +0200, Rafnews wrote:
> All files/folder that are under /publi_html should have apache as
> user/group permissions.
This statement is incorrect and is the cause of your problems. The httpd
process owner should not be the owner of your users' files, it only
requir
I would use DirectoryIndex and mod_autoindex for this and certainly
would not go anywhere near mod_rewrite.
DirectoryIndex " c-en.html"
Options +Indexes
I'd humbly suggest however that you try to avoid filenames with leading
spaces. As you are new to it, it is also worth pointin
On Sat, May 25, 2013 at 01:39:51PM +0200, Rafnews wrote:
> Questions:
> 1. how can i allow user to have access to folder/files outside public_html ?
You could use aliases or a specific handler.
> 2. how can i secure that "user A" has access to "his own files ONLY" ?
This is called "authorisation
On Sat, May 11, 2013 at 01:34:47PM +0200, Bo Berglund wrote:
> Since the data being transferred to FireFox looks exactly like what is
> being used when I open the file directly in FireFox, why does FireFox
> not display it in the same way?
When you open the file directly from the filesystem, there
On Fri, Apr 19, 2013 at 08:44:48AM -0500, Neil Aggarwal wrote:
> This is strange. I did a fresh install of CentOS 6.4 on a virtual
> server and then did a yum install httpd.
>
> The apache server responds to local requests but not requests
> over eth0. I checked the Listen directive in httpd.con
On Mon, Apr 15, 2013 at 06:57:13PM -0400, Chris Arnold wrote:
> We have a server at http://rootsite.net. We also have another site/app that
> runs at http://apps.rootsite.net. We host client applications on our server
> using apache so the above site/app needs to be
> http://apps.ourclientsdomai
No need to use RewriteRule for that, simply use Redirect.
Redirect /products/flash /flash
http://httpd.apache.org/docs/2.4/mod/mod_alias.html#redirect
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
pgp4dt348
Yes, there is. You can use -C to specify the default port. See
http://httpd.apache.org/docs/2.4/programs/httpd.html#options and
http://httpd.apache.org/docs/2.4/mod/mpm_common.html#listen - just make
sure you don't over-ride it in your httpd.conf.
However, I cannot think of any use case for this.
On Tue, Mar 19, 2013 at 08:29:56PM -0400, Pierre Forget wrote:
> If I make a voluntary error in my Perl script, I get in the
> /httpd/domainname/logs/error_log:
>
> [Tue Mar 19 20:19:25.500222 2013] [cgid:error] [pid 17263:tid
> 2921331520] [client 24.122.245.237:56995] End of script output
> befo
On Thu, Mar 14, 2013 at 10:27:55AM +0530, vitthal@tatamotors.com wrote:
> We have Apache version(Oracle HTTP Server Powered by Apache/1.3.22
> (Unix) running on
> 9i E-businees suite(9.2.0).
> What is the step by step procedure of upgrading it to the latest
> version.
Start by reading this:
On Sat, Feb 16, 2013 at 12:37:12PM +0100, Gergely Buday wrote:
> Pete Houston wrote:
> > If it still fails after that, check the audit log to make sure the
> > directory has the right context.
>
> Oops, could you explain what a context is? This one:
>
> http://ht
On Sat, Feb 16, 2013 at 12:00:15PM +0100, Gergely Buday wrote:
>
> I created a 'web' group and put my user and apache into it, and gave
> 640 for the files and 750 for the dirs.
>
...
>
> $ ls -ld wp-admin/
> drwxr-x--- 9 gergoe web 4096 Sep 7 08:54 wp-admin/
>
> What do you suggest to fix thi
Hello Chris,
Not sure how well it would work for your particular situation, given the
embedded nature, but one approach to this may be to run 2 completely
separate apache instances.
This is often done on servers to distinguish between lightweight and
heavy content: eg. have one stripped down apac
On Fri, Jan 18, 2013 at 12:39:36PM +0200, Johan Moraal wrote:
>
That's not the correct argument for Location. Location takes a web path,
not a filesystem path. Eg. if your FQDN is www.foo.com and you wanted a
Location section to match http://www.foo.com/bar/ you would need
something like
On Fri, Jan 11, 2013 at 11:37:44AM +0200, Chris Datfung wrote:
> How can I configure Apache to forward proxy requests while terminating SSL
> connections for inspection and then reencrypt the traffic?
That won't be trivial, which is a good thing otherwise https would be
pretty pointless from a pri
On Thu, Dec 13, 2012 at 11:14:29AM +0100, Daniele Imbrogino wrote:
> But why the client on 192.168.1.3 receives also a (very basic) HTML page
> explaining the error, if I don't have any ErrorDocument directive?
> (and the few present in httpd.conf by default are commented)
This is explained in the
Your regex in this line:
RewriteRule ^stuff$ https://diversity.umn.edu/disability/request/exam[R=301,L]
does not match stuff.html so you could change it to ^/stuff\.html$
or similar. Enable the rewrite log if you want to see what the rewrite
engine is doing in detail.
Good luck,
Pete
--
Openst
If you look in the error log it should tell you precisely which path it
is that has not been found, ie. after all the aliasing and so forth this
will tell you precisely where on the filesystem it is looking for the
content that is not found.
HTH,
Pete
--
Openstrike - improving business through o
Hello Sudip,
On Fri, Nov 09, 2012 at 01:51:53PM +0530, Bhattacharya, Sudip wrote:
> Is there any way to obfuscate/encrypt conf files in Apache?
I'm not aware of a direct method. Perhaps mod_macro could be used for
obfuscation.
> I have put my configuration entries in a separate config file, and
Make sure each set of virtual hosts which requires a different
certificate is run on a unique IP+port combination. eg:
IP:PortServernameCertificate
10.0.0.1:8000 www.foo.com *.foo.com
10.0.0.1:8000 www2.foo.com *.foo.com
10.0.0.1:8001 www.bar.com *.bar.com
10.0.0.1:8001 www2.b
On Sun, Oct 28, 2012 at 04:04:36PM +1100, jupiter wrote:
>
> ServerName 192.168.1.101
> DocumentRoot /tmp
>
>
> The 8080 works, but 80 got an error of "Permission denied: file
> permissions deny server access: /tmp/index.html". I don't see any
> permission problems:
Apache may be preven
On Fri, Oct 26, 2012 at 08:02:11PM +1000, jupiter wrote:
> I need to set DocumentRoot to two directories, one for development and
> one for testing. But the server has only one IP address, and there is
> no DNS. Is it possible? If so, please give an example.
Use different ports. You can set up two
On Fri, Oct 26, 2012 at 10:35:35AM +0530, val john wrote:
> Seems like apache not getting username second time when using * character
That's correct - it is only the first occurrence of an asterisk in the
UserDir path which is replaced. Since you are already chrooting
individual users into their o
On Tue, Oct 23, 2012 at 12:38:39PM +1000, Nick Edwards wrote:
> was hoping for a general cgi solution tha works the same, perhaps its
> there and my google fu is failing me today?
Something like sbox? http://stein.cshl.org/software/sbox/
> If not, could this be a feature request, it can not be th
On Mon, Oct 22, 2012 at 11:44:44PM +0200, Alain Roger wrote:
> How can i do to restrict this folder/website to 2 ip addresses (e.g.
> 192.168.1.10 and 192.168.2.50) ?
Require ip 192.168.1.10 192.168.2.50
as specified in the documentation at
http://httpd.apache.org/docs/2.4/mod/mod_authz_c
This sounds like a job for mod_negotiation to me.
Any reason not to use that instead?
Pete
On Fri, Oct 19, 2012 at 09:14:35PM +0530, Bhattacharya, Sudip wrote:
> I need to conditionally enable mod_deflate for clients who send a particular
> custom HTTP Request Header.
--
Openstrike - improving
Hi Clodan,
On Wed, Oct 10, 2012 at 10:38:24AM +0200, majin_clo...@t-online.de wrote:
> I use kornak-api which provides a simple servlet-based recommender
> application available under the Apache license.
It looks like you have sent this to the wrong list. This list is for the
Apache web server pr
On Mon, Sep 24, 2012 at 05:22:11PM +0530, Bhattacharya, Sudip wrote:
> Also note that the file uploads will be via a JAVA application (not
> servlet/manual uploads). So whatever is the option, it should enable uploads
> via a java application.
> The files to upload will vary from 1mb to 30mb to u
On Wed, Sep 19, 2012 at 01:08:32PM -0400, Rick Lopez wrote:
> Thanks for the reply. To clarify I am running Apache 2.4.3. I also used
> Kompozer to create the index.html file so I assumed it was creating the
> correct syntax. Kompozer created this for the embedded jpg file:
>
> src="file:///usr/lo
On Wed, Sep 19, 2012 at 11:04:46AM -0400, Rick Lopez wrote:
> However, if I open the index.html file as a file with Firefox it works
> fine. I see the following message in the Firefox error console. "security
> error: content at 192.168.1.10 may not load or link to
> file://usr/local/apache2/images
On Wed, Sep 12, 2012 at 06:07:18AM -0700, Frank Mancini wrote:
> Does anyone know where I can get a pre-compiled version for both Linux and
> Solaris of Apache 3.4.3 and 3.3.1?
Those versions do not exist (yet).
A reasonable guess for the former would b
On Sun, Sep 09, 2012 at 08:36:30AM -0500, Tom Browder wrote:
> So the client cert. does contain the private key? Then its password
> is all that is protecting it?
No, the key is normally (but not always) kept separately.
> Mark, in your experience, what is the best way to distribute client
> ce
On Mon, Aug 13, 2012 at 06:07:20PM +0200, Carlo Traversa wrote:
> but I still see GET requests in the access.log
> So is there something I did wrong or I didn't understand?
The access log will (by default) contain all the requests to the server
which are handled by apache, even if that handling is
On Wed, Jul 25, 2012 at 04:56:48PM -0700, Fleishman.Mark wrote:
> I compiled openssl 0.9.8x using these options, and it compiled and installed
> ok:
> ./config --prefix=/apps/openssl/0.9.8x
> --openssldir=/apps/openssl/0.9.8x/openssl shared
>
> Here are the compile options I am using with httpd
On Wed, Jul 18, 2012 at 06:00:45PM -0400, Dunkle, Edward (Edward) wrote:
> Options +IncludesNOEXEC FollowSymLinks
Don't do that. If you mix +/- options with non-+/- options you'll have
problems. Instead use maybe
Options +IncludesNOEXEC +FollowSymLinks
HTH,
Pete
--
Openstrike
On Wed, Jul 11, 2012 at 03:21:12PM +0200, Ruud Dozijn wrote:
>
> I have put this in my httpd.conf:
>
>
> SetHandler perl-script
> PerlHandler ModPerl::Registry
> Options ExecCGI
> ErrorDocument 400 /handlers/400.h
>
>
>
> SetHandler send-as-is
>
>
>
> What I would real
Sounds like you want mod_asis:
http://httpd.apache.org/docs/2.4/mod/mod_asis.html
Pete
--
Openstrike - improving business through open source
http://www.openstrike.co.uk/ or call 01722 770036 / 07092 020107
pgpjatXwibclp.pgp
Description: PGP signature
On Wed, Jun 20, 2012 at 02:17:53PM -0500, Terry wrote:
> This is my first experience with a non-english character set so please
> excuse me if the answers are obvious. We have a Centos 5 box with apache
> 2.2.3 serving several english websites. We have a request from the
> customer to serve up a
1 - 100 of 133 matches
Mail list logo