Questions tagged [debian]

17 questions
22
votes
1 answer

Google .dev domain strangely redirects to https

I bought a .dev domain today @ domains.google. I also set up a dedicated nginx web server to which the .dev domain points (A records). Very strangely, I can't access my nginx welcome page using my example.dev domain, because for some weird reason…
Johnny
  • 323
  • 2
  • 6
8
votes
2 answers

Difference Between php_admin_value[memory_limit] and php.ini memory_limit

I have Nginx + php-fpm + Mysql. With the php memory settings, I always set this in php.ini like this: memory_limit = 256M Now, I bumped into another similar looking setting in pool.d/www.conf file like this: ;php_admin_value[memory_limit] = 32M My…
Neel
  • 305
  • 1
  • 3
  • 10
4
votes
1 answer

What VPS spec would I require to run WordPress

I am looking to move an existing WordPress website to a virtual private server (VPS). It will be a Debian (minimal install) running ISPConfig3, Squirrel Mail, and Apache2. The WordPress site currently accepts 40-60 online payments per day and the…
3
votes
1 answer

Enable remote access to MySQL server (Linux)

How can I enable remote access to my MySQL Debian server?
Petko
  • 31
  • 2
3
votes
2 answers

Will using Google's PageSpeed module help to speed up a site with Magento?

I'm considering installing Google's PageSpeed module on a Debian Linux / Apache 2.4 web server to speed up a Magento CE website. Will using Google's PageSpeed module help to speed up a website using Magento?
Steve
  • 1,376
  • 4
  • 19
  • 38
3
votes
1 answer

debian phpmyadmin - Call to undefined function __()

I recently upgraded my debian installation from wheezy to jessie. Now I get only blank pages when accessing phpmyadmin. The apache log says: Fatal error: Call to undefined function __() in /usr/share/phpmyadmin/libraries/core.lib.php on line 235 I…
Bytemaster
  • 49
  • 1
  • 3
3
votes
1 answer

CSS and JS are loaded from the IP address rather than from the appropriate subdomain host name

I have one VM (LAMP) with a static IP. There are two Subdomains configured on this Machine. If i browse one of the subdomains, it executes the files specified in its DocumentRoot. The problem here is there are no sources loaded (CSS, JS, ...)…
Jonathan
  • 131
  • 1
  • 5
3
votes
2 answers

Configure clean URLs for Laravel using a rewrite rule to index.php

Recently I've started learning Laravel , I have none experience with framework before. I'm encountering the following problem .I'm trying to configure the .htaccess file so I can have clean URLs but the only thing I get are 404 Not Found error…
3
votes
1 answer

Website Prompting Username and Password for Authentication on Debian Apache WebServer

I am attempting to host my own website with an Apache web server on Debian, but have reached this problem. When I try to go to my site at example.com it immediately asks for me to authenticate with a username and password. I do not know what the…
Andrew
  • 61
  • 3
2
votes
1 answer

Can't access API that's on a local linux server externally

I've come here as a last resort, I have a Windows machine installed on it is Oracle VB with Debian 12 VM on it that I use to run an API on. When I try to access the API on the Linux server using 10.0.2.15:8000 it works fine and the API responds as…
Wanderer
  • 51
  • 4
2
votes
0 answers

multiple virtual host in apache 2.22 on debian 7 … very strange and inexplicable behavior … someone can try to help me?

I'm facing a configuration issue that's really diving me nuts ... Basically I'm working as a sysadmin for a customer who use a single server to host many different site, to be more specific: Server is: PRETTY_NAME="Debian GNU/Linux 7…
1
vote
2 answers

Cookieless subdomain with Google analytics?

I have a domain where I exclusively serve to www.example.com . A call to example.com just gives a redirect to www.example.com directly from apache2. Now I want to serve my pictures from media.example.com cookieless. In theory that should be…
JasonTS
  • 111
  • 2
1
vote
1 answer

Prevent access to parent URL but not its children

On a Debian VPS I run an Apache 2.4.56 web server and I want to prevent any access to a parent URL, for instance https://example.com/participants while allowing access to any of its children, for…
Dave White
  • 119
  • 5
1
vote
1 answer

Debian Server Upload-Limit via PHP and SFTP

do you know where upload limits can be set on a debian server running apache2 and php7 outside of php? Problem: Can't upload files bigger than ~2MB Tried solutions: configuring php.ini (both apache2 and cli) for 10M upload, including post_max_size…
brthld
  • 11
  • 1
1
vote
2 answers

IP address redirect works, Domain redirect does not

Similiar to issue found here. Running debian, apache2, trying to redirect example.org.com to example.org.com/aplication/calculator. I have enabled mod_rewrite hence why IP redirect works. However if I put in different condition into .htaccess file…
1
2