2,132 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
44
views
Trying to set HttpOnly but no changes are working [closed]
After a PenTest was told to set the HttpOnly flag on all of our cookies.
We have an Ubuntu Server 22.04 & 24.04 LAMP stack with a WordPress website. I have made changes to
/etc/apache2/apache2....
-2
votes
0
answers
24
views
Problem installing LiteCart on Google Cloud - Connecting to MySQL/MariaDB server on 127.0.0.1... Fatal error: Could not connect to database: 1045 [closed]
I have created an instance with LiteCart on google VM from Marketplace.
Cannot Install LiteCart on google cloud.
LiteCart Installer
Checking installation parameters... [OK]
Checking PHP version... 8.3....
2
votes
1
answer
61
views
Inserting a react app into a DIV in a traditional LAMP based website
Using vite, I did a npm run build for my mini react app.
It created a dist folder containing index.html page with the assets folder.
But I want the <div id="root"></div> from my ...
1
vote
0
answers
103
views
Problem connecting sqlite3 and php on linux
I have Apache web server installed on Manjaro(Sway) linux, and default location of projects is:
/srv/http/
I have created a folder for my project by the name test in the location and have created a ...
0
votes
1
answer
88
views
How insert data in MariaDB using docker and save changes of Database?
I am writing here because I am new in Docker world. In the past, I was using Vagrant in developing stuff. Installing OS + packages that I need was very easy. Now, Vagrant is load more resources than ...
1
vote
1
answer
313
views
Unable to Configure Virtual Hosts on Bitnami LAMP (AWS Lightsail) – Domains Not Pointing to Specific Directories
I'm running a Bitnami LAMP stack on an AWS Lightsail instance and trying to set up Virtual Hosts so that two domains point to different directories within htdocs. Specifically, I want:
domain1.fr to ...
0
votes
0
answers
100
views
How to change library lookup paths on Debian: Unable to load dynamic library 'gd.so'
I have 2 server A, B.
Server A works properly, server B doesn't.
On Server B, when I perform the command
php7.4 -d display_startup_errors=on -d display_errors=on
I get the following error:
Warning: ...
0
votes
0
answers
93
views
Installing LAMP + Laravel + valet
i am trying to install a LAMP environment(linux apache mysql php) + Laravel framework + Valet linux .
I would like some help if possible while i am going through this installment.
Currently i saw this ...
0
votes
2
answers
460
views
How do I change the phpmyadmin port?
After changing the port from 80 to 8033, only the page is displayed index.php . Previously, the second page of phpmyadmin was displayed. How do I display a page with phpmyadmin?
This is how I changed ...
-1
votes
2
answers
1k
views
Receiving 403 Forbidden Error in PHP on Ubuntu 22.04
I am encountering a persistent issue where I receive a 403 Forbidden error whenever I attempt to access any PHP file within directories on my Apache web server, except for index.php. This problem ...
0
votes
0
answers
138
views
How to Start Node Process in Background via Bash Script (and Survive Script's Finishing)
I run a webserver on a LAMP stack, which includes a secondary Node.js server running on localhost that some requests get passed off to. I normally start/restart this process manually, using these 3 ...
0
votes
0
answers
83
views
How to isolate PHP apps from each other on a local machine(Windows or Linux)?
For example, I use XAMPP on Windows and I have the following file structure:
C:\xampp\htdocs\website_1
C:\xampp\htdocs\website_2
C:\xampp\htdocs\website_3
By default, any script e.g. in the website_1 ...
5
votes
3
answers
5k
views
My docker-compose lamp stack doesn't work after a software update : Error with 'ContainerConfig'
EDIT : For problem resolution, see below.
I updated my server today, docker containers and images too, but now it refuses to work properly. Maybe an update changed the way we need to write the docker-...
0
votes
0
answers
77
views
Apache2 failing when enabling php mod (Ubuntu 20.4)
I've install php5.3 (from ppa:sergey-dryabzhinsky/php53), but when installing apache2 and then enabling it through sudo a2enmod php53 the output says to run sudo systemctl restart apache2, however ...
0
votes
1
answer
693
views
AWS EC2 Bitnami Wordpress - Can't get username or password- access denied (public key)
I have installed the bitnami wordpress LAMP stack onto AWS EC2 instance free tier.
The wordpress site is up and working but I cannot get into wordpress admin.
I can't get the password or username for ...