Questions tagged [centos]

44 questions
4
votes
1 answer

How to determine the sequence of ordering certificates by browser?

I did a Mutual Certificate Authentication implementation with OpenSSL and Apache Web Server on CentOS platform. To simple explanation see this diagram: ---------- | Root CA | // Self-Signed Certificate …
4
votes
1 answer

What does "Require all granted" on Directory / (root) REALY means? (Apache 2.4 on CentOS7

im sure, this question looks really stupid first. but i need a "second opinion" on this, even i did some research on my own but i am still unsure about this. By default the Apache Configuration on CentOS7 and pretty much any Distro i know so far…
Axel Werner
  • 143
  • 1
  • 1
  • 5
4
votes
1 answer

Error when pruning WHM backups sent offsite via FTP

We're using WHM 64.0 on a CloudLinux 6.9 dedicated host. We have a scheduled backup configured that backs up each hosted cPanel, as well as the system files. The backup also FTP's the backup files to an external host after backup. It should prune…
Chris Vesper
  • 173
  • 8
3
votes
1 answer

Cloudlinux + CageFS + PHP Selector - how to update default php.ini for each PHP version or for each domain account?

My server runs Cloudlinux 5.11 with CageFS and PHP Selector. Default PHP version is 5.3. I have one account using PHP 5.3, one account using PHP 5.5, and one account using PHP 5.6. I'm trying to figure out how to update each account's php.ini or…
Shawn
  • 191
  • 7
3
votes
2 answers

WHM Root Password Stops Working

I have WHM hosted on a virtual-dedicated Linux Enterprise Centos 5 server hosted at iWeb. Now and then my root password will stop working. I will get a red message saying: "The login is invalid." The problem is that I know I have the right password.…
Jonathan Roy
  • 151
  • 1
  • 4
3
votes
1 answer

Rewrite rule to handle urls that start with a slash, have only numbers and letters, and may end with a slash is not working

im attempting to get my URL to resolve something like http://example.com/?image=2VMt2 Thus my index.php using the [GET] method in PHP to resolve into my domain http://example.com/2VMt2 The rule I am using is stated below. RewriteEngine…
John
  • 83
  • 6
2
votes
2 answers

Parse Python script on Apache virtual host

I have an up and running Apache server working with PHP on a Centos 6 server. Apache was installed using yum -y install httpd mod_ssl. I now wish to add Python. I installed Python as follows: wget…
user1032531
  • 243
  • 1
  • 10
2
votes
1 answer

Cannot restore account from cpmove backup

I hope some one can point me in the right direction here, I am trying to move a Cpanel account from a dedicated server to a small VPS however when I try to restore the account on the destination VPS I get the following error : No such file or…
2
votes
1 answer

Upgrading Apache 2.2 to Apache 2.4

I'm planning to upgrade Apache 2.2 running on my centOS 6.5 server to Apache 2.4, Does the new Apache version worth the update?
Mina Hafzalla
  • 257
  • 2
  • 11
2
votes
1 answer

REST webservice full implementation: server + client

I've spent a week reading about RESTful webservice and searching for a fully example to build my project above. When I reach a fully understanding of the REST webservice, I couldn't find any full implementation for it! I was wondering why there's a…
2
votes
1 answer

Build PHP for DirectAdmin using custombuild from alternative sources

I wanted to build php82 for DirectAdmin using Custombuild and got the result: PHP 7.4.30 Installed. Downloading php-8.2.0RC1.tar.gz... ######################################################################## 100.0% curl: (22) The…
Penguin
  • 51
  • 6
2
votes
1 answer

Pagespeed Virtual Host Configuration

I installed pagespeed on CentOS 7 with plesk (apache 2.4). I have 2 vhosts with different SSL certificates on the server. Pagespeed is running server-wide. Filters such as collapse_whitespace and remove_comments work fine. But css and javascript…
KenAdamsTR
  • 21
  • 2
2
votes
1 answer

HTTPS request connection timeout (NGINX)

I tried a lot by reading different answers on Stackoverflow and other forums but unable to identify the error, can someone please check the below configuration and tell me what could be wrong? server { server_name test.domain.com; listen…
Hassan
  • 131
  • 6
2
votes
1 answer

Configure Apache to redirect all requests to index.html?

A CentOS 7 server is hosting a web application in /var/www/someapp/public_html. Requests for mydomain.com get served the file located at /var/www/someapp/public_html/index.html. The user can then navigate to several browser-routes that are defined…
CodeMed
  • 121
  • 1
  • 2
1
vote
1 answer

Help with server hostname

I have bought a domain, let's call it example.net. I am setting up a CentOS 6 home server with CentOS Web-Panel. I am planning to host at least one site from this domain, possible 2 if I can use sub-domains like sub.example.net. Question 1: What…
Syarx
  • 13
  • 3
1
2 3