On Thursday 29 October 2015 05:11:30 Hleb Valoshka wrote:
> Hi!
>
> Is it possible to modify Location using mod_headers? I want to replace
> http:// with https:// but Header edit http://(.*) https://$1 does not
> work, neither with always. unset and set don't work as well, only add
> works.
>
Wh
Use mod_rewrite in your .htaccess file.
On 10/29/2015 5:32 AM, Rainer Jung wrote:
Am 29.10.2015 um 10:11 schrieb Hleb Valoshka:
Hi!
Is it possible to modify Location using mod_headers? I want to replace
http:// with https:// but Header edit http://(.*) https://$1 does not
work, neither with
On 28 Oct 2015, at 23:21, Merritt, Rob wrote:
> Hi All in the httpd.conf below I am trying to rewrite REMOTE_USER (which I
> know is there since if I Header add REMOTE_USER it ends up in response
> headers seen in wireshark cap or firebug)
> I need to have it show in the response headers so I
Ok I modified the httpd.conf a little but I am still having no luck seeing the
header X-Remote_User using fiddler , ngrep or wireshark leading me to believe
that it is infact not getting written to the header
If you can have a look and let me know what you think does the configuration
below look
On Thu, Oct 29, 2015 at 6:02 AM, Bremser, Kurt (AMOS Austria GmbH)
wrote:
> Nice solution, but only for Linux. Other UNIXen don't have setcap.
AIX and Solaris support the same kind of thing, using different mechanisms.
-
To unsu
On 10/29/15, Rainer Jung wrote:
> Am 29.10.2015 um 10:11 schrieb Hleb Valoshka:
>> Hi!
>>
>> Is it possible to modify Location using mod_headers? I want to replace
>> http:// with https:// but Header edit http://(.*) https://$1 does not
>> work, neither with always. unset and set don't work as wel
Nice solution, but only for Linux. Other UNIXen don't have setcap.
Kurt Bremser
AMOS Austria
Newton was wrong. There is no gravity. The Earth sucks.
Von: Mathijs Schmittmann [i...@mathijs.info]
Gesendet: Donnerstag, 29. Oktober 2015 10:50
An: users@httpd.a
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
It is possible to make the httpd bind to ports <1024:
https://wiki.apache.org/httpd/NonRootPortBinding
On 29/10/15 10:49, Bremser, Kurt (AMOS Austria GmbH) wrote:
> Since httpd requires root privilege to bind to port 80, it needs to
> be run by the
Since httpd requires root privilege to bind to port 80, it needs to be run by
the superuser, so from a security POV it should NOT be installed by another
userid.
You also need root privilege on many UNIXen to run the child processes under a
different userid, if such is specified in the User dire
Am 29.10.2015 um 10:11 schrieb Hleb Valoshka:
Hi!
Is it possible to modify Location using mod_headers? I want to replace
http:// with https:// but Header edit http://(.*) https://$1 does not
work, neither with always. unset and set don't work as well, only add
works.
I can't see the word "Loca
Hi!
Is it possible to modify Location using mod_headers? I want to replace
http:// with https:// but Header edit http://(.*) https://$1 does not
work, neither with always. unset and set don't work as well, only add
works.
-
To un
Hi Team,
Is it possible to install apache server with non-root user ?
If yes, What are the groups required for non-root user ?
Please share the info in detail.
Thanks & Regards
Ram
SAP BASIS - IBM GBS
5th Floor, Tower A, Prestige Shantiniketan, The Business Precinct,
Whitefield Main Road, Bang
12 matches
Mail list logo