Displaying 20 results from an estimated 30000 matches similar to: "Setting up an SSL secured Webserver"
2006 Sep 06
1
Server closing all the ports after inactivity Could not connect to webserver
Hi All
I am running Centos -4.4 final with all the updates
My webserver stop responding after about half an hour od inactivity.I just
gets a timeout message. When I try to refresh the page 3-4 times it start
active again.
Infact all the ports on the server are closed during the inactive period even
though I have ssh,ftp and http enabled on it. When the server is responding I
can see (with a
2017 Sep 04
5
selinux denial of cgi script with httpd using ssl
Thanks for your help.
I did pick up an additional entry in the audit file :
type=AVC msg=audit(1504561395.709:10196): avc: denied { execute } for
pid=19163 comm="/usr/sbin/httpd" name="s.check.cgi" dev="dm-0"
ino=537182029 scontext=system_u:system_r:httpd_t:s0
tcontext=unconfined_u:object_r:httpd_sys_content_t:s0 tclass=file
Unfortunately, I am not sure how the
2005 Mar 22
0
Centos 3.3 ( Apache WebServer integration with Tomcat
Hello all,
I am new to CentosOS.
I am trying to connect Apache Webserver with Tomcat 5.5.7 using mod_jk.
Well, if you go there: http://www.export4u.co.uk ( Apacher webserver is
running but it is not integrated with Tomcat. )
Java , Tomcat are already installed on the my machine
1) I have installed mod_jk.so ( I put into modules directory in
etc/httpd/modules/ ? Am I putting mod_jk.so in
2007 Nov 23
3
webserver setup
Hi,
I have setup a webserver on CentOS 4.5 with NameVirtualHost.
Two VirtualHost should be reachable by port 80 from outside, while the
third (default) should be only reachable by https from outside but by
http from inside.
Since all share the same IP firewalling seems to be out of question. So
is there a way to restrict that in Apache config?
regards, Andreas
2016 Dec 29
0
php-fpm user other than webserver user?
Hi,
I don't really know where to post this, i'll try here since i use both
CentOS and RHEL...
I'd like to know how others handle the setup of Apache httpd and PHP-FPM
when the PHP-FPM user is different from the webserver user. This is the
case in the default configuration of IUS PHP-FPM packages (not in stock
CentOS/RHEL). So I have httpd running as 'apache' and PHP
2011 Mar 16
3
only one puppet client fails with yum
hello list..
I am sharing a yum configuration in a class (centos.pp) between two
nodes. But the yum configuration doesn''t apply at all to one node
even tho it does to another identically configured node.
## packages are failing to install via yum on one ec2 aws instance and
another identical ec2 instance works fine
[root@kromep2 ~]# cat /etc/redhat-release
CentOS release 5.5 (Final)
2010 Mar 18
2
cannot start or stop apache due to ssl changes
Apache was working with self signed certificate. We changed the ssl.conf
file to read certicates from godaddy and it it failed to restart because of
incorrecrt parphrase.
bash-3.2# /sbin/service httpd restart
Stopping httpd: [ OK ]
Starting httpd: Apache/2.2.3 mod_ssl/2.2.3 (Pass Phrase Dialog) Some of your
private key files are encrypted for
2024 Dec 05
2
Exposing native httpd server
R has a native HTTP server that is used for serving R help pages
interactively, at least on the loopback device (127.0.0.1)
But all of the working are internal, not exposed to user and not documented.
This is quite shame since the server seems to be fully capable of
handling basic tasks,
be it serving static websites or even interactively processing queries.
This was previously noticed by
2010 Jan 15
4
Logrotate in CentOS 5.4 more brutal (to httpd at least) than in 5.3?
I've just updated a few CentOS 5.3 servers to 5.4. One of them were a Apache Webserver. Doing a diff/check on the new ".rpmnew" config files that are made, I saw that the logrotate command for apache was changed. In 5.3 it did a reload, but in 5.4 it does a hard kill:
CentOS 5.3:
/var/log/httpd/*log {
missingok
notifempty
sharedscripts
postrotate
2012 Jan 05
6
SELinux and access across 'similar types'
http://wiki.centos.org/HowTos/SELinux
says:
"Access is only allowed between similar types, so Apache running as
httpd_t can read /var/www/html/index.html of type httpd_sys_content_t."
however the doc doesn't define what "similar types" means. I assumed it
just meant "beginning with the same prefix". However that can't be
right because on my system with
2024 Dec 06
1
Exposing native httpd server
Ji??,
in a sense there are two quite different issue that you are touching upon. On one hand, your request for exposing the http server is something I was pretty much expecting. In order to judge the appetite for it I have included the support for custom handlers back then as inofficial API specifically so that if anyone cares we could work on refining it (really only Jeff and Hadley ever asked
2017 Sep 04
2
selinux denial of cgi script with httpd using ssl
Everyone,
I am trying to use a cgi perl script for a CentOs 7 website that works
fine with selinux in permissive mode but fails with selinux in enforcing
mode.
The problem I have is that I can not find where the selinux error
message is being recorded.
It does not appear to be in the /var/log/messages
or /var/log/audit/audit.log. I do not get
any /var/log/httpd/ssl_error_log entries. I do get
2024 Dec 08
2
Exposing native httpd server
Dear Simon and Jeroen,
thank you for your answers. I have to reiterate that I am out of my
depth in here. My knowledge of http is clicking links and not much
beyond that.
I will definitely look into `webutils` and `Rserve`.
One of the reason why I brought this issue is that I have a static site
generator that uses the pkg `servr` to serve the static site locally,
before I push it to github
2015 Nov 16
2
FCGIWrapper
Hi,
I am setting up my development environment. I am new to linux.
I installed Apache on CentOS 7.0. I modified /etc/httpd/conf/httpd.conf and
tried to restart Apache.
I got the below error'
AH00526: Syntax error on line 393 of /etc/httpd/conf/httpd.conf
Wrapper /home/currencybooking/fcgi-bin/php5.fcgi cannot be accessed:...enied
The line no 393 in /etc/httpd/conf/httpd.conf is
FCGIWrapper
2011 Nov 08
2
CentOS 6 yum Groupinstall vs Manual install
Gentlemen,
I have a question regarding yum groupinstall vs just using yum install.
I have been reading tutorials online (for example how to run a Centos
LAMP). Most of the tutorials have examples to install httpd, mysql, etc
using yum install httpd....
The reason for this e-mail is that I noticed in yum grouplist that there
is an option to install Web Server, MySQL database server, etc.
2024 Dec 08
1
Exposing native httpd server
I absolutely appreciate the desire for minimalism. On the other hand
Rserve has no dependencies other than R >= 1.5.0 (!!!), so you would in
any case be cutting your dependencies way down (`servr` has 16 recursive
dependencies of which 5 seem to be base/recommended, presumably this is
where your count of 12 came from; `Rserve` has none).
On 12/8/24 14:57, Ji?? Moravec wrote:
> Dear
2004 Dec 03
4
Is my Apache server running as the root user or not?
Heya..
By reading my /usr/local/etc/apache2/httpd.conf, I can find out that my Apache is
running as the user "www" and the group "www" .. Yet, when I run sockstat, it tells me
one of the forks are runned as root and listening on port 80 as well as the other forks
are runned by www:www.. If I got a lot of users connecting to my server on port 80, will
thier requests ever be
2016 May 10
2
Change Password after expired
I do not speak Spanish, I am using a web server, which is not locally on
Samba 4, but on the same network.
OS: CentOS 7 64-bit
[Root @ webserver conf] # rpm -qa | grep httpd
httpd-tools-2.4.6-31.el7.centos.x86_64
httpd-2.4.6-31.el7.centos.x86_64
[Root @ webserver conf] #
[Root @ webserver conf] # rpm -qa | grep php
php-pear-1.9.4-21.el7.noarch
php-pear-Net-Socket-1.0.14-1.el7.noarch
2015 Oct 01
2
Off Topic - SSL reverse proxy and Mixed Content
Hi,
Not a CentOS specific issue, but I am a bit stuck as where I might ask for
help so if anyone has any ideas please share :)
I have a site that I want to work behind a reverse proxy (httpd) if using
http:// everything works as expected. If using https:// some content is
displayed but some content is blocked because of stylesheets and etc being
requested via http rather https.
I know that the
2013 Aug 22
1
ssl ofloading on amazon ELB for puppetmasters
Hi,
I''m trying to do ssl offload on amazon ELB for my puppetmaster servers, it
seems amazon ELB is not sending ssl_client_header & client_verify_header
puppetmaster
Listen 8141
<VirtualHost *:8141>
SSLEngine off
DocumentRoot /etc/puppet/rack/puppetmaster_8141/public/
RackBaseURI /
<Directory /etc/puppet/rack/puppetmaster_8141/>
PassengerEnabled on