2,129 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
2
votes
1
answer
74
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
110
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
98
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
355
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
107
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
106
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
483
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
145
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
91
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
87
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
725
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 ...
0
votes
1
answer
57
views
PHP: file functions (filesize, readile, unlink) don't work for file created by mysql
I have the following query (apache, php-7.4.33, mysql):
SELECT [blah] from [blah] INTO OUTFILE $tmpfile FIELDS TERMINATED BY ',' FIELDS TERMINATED BY '\n';
I am trying to download this from the ...
1
vote
1
answer
145
views
What is the simplest way to authenticate and send email from my mailbox via DO LAMP
I have a LAMP (on DigitalOcean) and want to authenticate with my webmail provider (which supports IMAP over SSL/TLS) and send emails. I have done this many times from a symfony application using ...