Questions tagged [debian-jessie]

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available until June 30th, 2020.

Debian 8.0 ("Jessie") was initially released on April 26th, 2015. Long term support is available from the Debian LTS team until June 30th, 2020.

298 questions
-1
votes
2 answers

How can I handle a package after giving it PREROUTING? iptables

I currently have these rules: iptables -A PREROUTING -t nat -p udp -i eth0 -d 168.120.50.119 --dport 8080 -m statistic --mode random --probability 0.33 -j DNAT --to-destination 167.120.10.131:8080 iptables -A PREROUTING -t nat -p udp -i eth0 -d…
-1
votes
1 answer

Setting up a cloud server with IP-based virtual server -> Beginner questions! Beware

Looking for some advice. This is my first time having to manage my own server and I'm having to connect a lot of dots. I currently have around 10 websites on an inmotion shared hosting account. For a number of reasons, I've decided to time to…
-1
votes
1 answer

Is the apache running on Event MPM although Event MPM not mentioned in 'Compiled in modules'?

I used apache2 -l in order to determine which Apache MPM is compiled. The output is: Compiled in modules: core.c mod_so.c mod_watchdog.c http_core.c mod_log_config.c mod_logio.c mod_version.c mod_unixd.c Then, I run apache2ctl -M…
-1
votes
1 answer

how to change port for SFTP connection in Debian8

i changed default SSH port with ssh in /etc/ssh/sshd_config and set it to 2211. now i can connect to server with ssh and new port, but in FileZilla when i try to connect to server with this new port (2211) for send some files to server, it…
msln
  • 113
  • 3
-1
votes
1 answer

How can I change the path of my php.ini conf?

A few days ago, I compiled PHP 5.5 from sources and installed it on my Debian 8.5 server but I got some issues. I decided to remove it and re-install PHP through package. But I still got issues because the path of my php.ini did not change. What I…
kevin-ta
  • 11
  • 1
  • 5
-1
votes
1 answer

server ip gives blank page with no error, ftp, other domain pointing to server works well

Just new user in dedicated server, I installed debian 8 and many packages (Apache2, proftpd, mariadb, bind9, ...). Everything was working well for 2 weeks. My server IP adress was pointing to debian welcome page in /var/www/html. I took a domain…
-1
votes
1 answer

How best to utilize two SSD disks on VPS webserver

I would like to ask you about your opinions how to utilize two SSD disks on webserver.. I read many articles about raid, disk mounting, lvm, disk cache, etc. but still I am not sure how to decide which solution would be best for future using &…
-1
votes
1 answer

Virtual Host on Apache 2.4 on Linux

I'm trying to create a virtual host that have path to user directory like this /home/user1/dev My *.conf file is it /etc/apache2/sites-available/mysite.conf, like this ServerName mysite DocumentRoot /home/user1/dev …
gvd
  • 109
  • 4
-1
votes
1 answer

Bash command in PATH to be run from PHP script

in Debian 8, I'm trying to create a script I can put under /sbin (which is in my $PATH environment variable), so it can be run, the command is a simple echo of a few lines. I've created a bash script and made it executable, so I can run it from my…
Snivs
  • 101
  • 4
-1
votes
1 answer

apache2 dbd failed to initialise error AH02654 using postgresql on debian jessie

I'm currently trying to set up an apache server with mirrorbrain on debian jessie, mirrorbrain uses dbd to connect to the database. Unofrtunately I get the following in the error log [Sun Oct 18 13:47:47.801830 2015] [dbd:error] [pid 7619:tid…
Peter Green
  • 4,211
  • 12
  • 30
-2
votes
1 answer

iptables Debian 8.5 Ubuntu 14.04

i am starting to build a web server for a project at work and i am going from the bottom to the top. After reading a lot - watching some you tube videos etc , i came up to a script - or better a procedure to apply some starter iptables rules for a…
Cloud063
  • 1
  • 1
-2
votes
2 answers

MySQL does not start anymore

unfortunately I am unable to start mysql after reboot: root@server:/etc/mysql# systemctl status mysql.service ● mysql.service - LSB: Start and stop the mysql database server daemon   Loaded: loaded (/etc/init.d/mysql)   Active: failed (Result:…
MyFault
  • 913
  • 3
  • 15
  • 36
-2
votes
1 answer

Rotate Old Files

I have a cron to backup 3 files every Hour, they are SQL backups - in the format name-name-bak-2015-12-1919:30:01.sql I need a way to rotate and delete the older ones say every 7 days? Thought of using log rotate and looking for advice I'am Using…
1 2 3
19
20