All Questions
0
votes
0answers
4 views
What does the apache ssl error AH02032 mean?
I'm running "Server version: Apache/2.4.23 (Ubuntu)" and I'm looking at my apache error logs and they are filled with the following and I'm having trouble figuring out why this is happening. Can ...
0
votes
0answers
9 views
AWS, how to tell from monitoring tools that DDoS happened?
In the Elastic Beanstalk or EC2 sections, which charts should I be looking at to determine:
If DDoS happened?
What type of DDoS happened.
I'm NOT asking for advice how to protect from DDoS on AWS as ...
0
votes
0answers
4 views
Apache module for inspecting http requests [on hold]
I am building an Apache module to inspect incoming HTTP requests. When I access the index.html file, logs(ap_rprintf) from my apache module is displays on the browser. But when I access index.php file,...
-1
votes
0answers
16 views
Iptables blocks DNS requests [on hold]
Iptables blocks all DNS outer requests from system (CentOS 6). As result Wordpress can't update plugins, some tools doesn't work:
/etc/sysconfig$ ping -c 1 api.wordpress.org
ping: unknown host api....
0
votes
3answers
10 views
Is it possible for multiple web services to write to a centralized network directory/folder location at the same time?
I have a centralized folder location on a network drive (traditional hard disk) that is shared by a few web services running on different application servers. The services will conitinually process ...
0
votes
0answers
9 views
Home network with FREENAS (NAS) [on hold]
Hello all just working on setting up a network at home with a bunch of network devices and a FREENAS server. My plan is two have my main computer with two nic's one would be used for internet and ...
0
votes
0answers
2 views
PDO ODBC not working with Access Database, Server 2012, and IIS 8.5
I recently migrated a webserver from Server 2008 R2 (IIS 7.5) to Server 2012 R2 (IIS 8.5). The webserver was configured to run a handful of PHP sites, a couple of which have to query Access Databases. ...
1
vote
0answers
5 views
Disabling rp_filter on one interface
I have an Ubuntu 16.04 Server which is acting as a router with multiple (VLAN) interfaces. By default, rp_filter (reverse path filtering) is enabled for all interfaces. I want to keep it that way, but ...
1
vote
1answer
13 views
Let's Encrypt automatically redirect to HTTPS not working
I have set up Let's Encrypt on my small Ubuntu server, and am using it on all non-IDN sites thereon. It has the option to automatically redirect HTTP sites to HTTPS. I selected that option.
The Let's ...
0
votes
0answers
8 views
Nginx RTMP - ffmpeg encoding - Black Video on younow
I was trying to push a rmtp stream from nginx to younow, working fine from my side. Sadly the video portal doesn't support 1920 x 1080 in resolution, so i added a further ffmpg encoder and tried to ...
0
votes
0answers
5 views
How to: libosmesa installation on ubuntu
I tried install libosmesa on ubuntu by doing
apt-get install libosmesa
however, I get the error: package not found.
I on x64 ubuntu 14 server. How can I install libosmesa on ubuntu 14?
-1
votes
1answer
13 views
Virtual host http-to-https redirects are going to the wrong ServerName
I have two sites hosted on one machine: foo.com and blank.test, I want each of them to redirect HTTP traffic to the corresponding HTTPS site. When I navigate to one, I get redirected to the other.
...
1
vote
1answer
13 views
How to shut down haproxy with systemd
I have a RHEL 7 box running HAProxy 1.5.x. I want to be able to shut it down gracefully so that keepalived can fail over to another node on the cluster and obtain the VIP. I can do this if I manually ...
-2
votes
0answers
9 views
How do I stop Apache serving content for sites that don't exist? [duplicate]
I have a couple of sites hosted on the same LAMP setup. They work.
However, if I add this to /etc/hosts
127.0.0.1 doesntexist.com
Apache serves content anyway (the Ubuntu default page). This ...
0
votes
0answers
5 views
How can I copy a custom package from Azure Storage to install on a machine with DSC?
I'm currently using Azure Resource Manager to create virtual machines with DSC to configure basic state and install IIS. I already have a build environment that dumps websites as .zip files to Azure ...