Search found 12860 matches: start apache

Searched query: +start +apache

Return to advanced search

Re: Error: Apache shutdown unexpectedly.

Altrea wrote:what is the output of the apache_start.bat script?


Hi there!
Sorry for the late reply. I was struggling a long time with this, but I found out what was the issue. What I did was the following:

1) I downloaded the XAMPP portable version as a zip file
2) I unzipped the file and placed the folder in some custom folder structure
3) I couldn't understand why I got these error messages when I tried to start Apache / MySQL
4) I did try to start Apache and MySQL from the Control Panel. After some troubleshooting I tried to start the two modules with the apache_start.bat and mysql_start.bat files directly instead. Then I got a clue that the paths defined in the configuration files was not correct.
5) I ran the setup_xampp.bat, so the folder settings was configured to point at the custom folder ... and voila everything worked as it should.

If anyone else reads this; As far as I have understood this, the portable version comes with some default paths set in the configuration files. If you run the installer those paths will probably (?) be set during that process. If you just download the .zip file instead and does not run the software from the default location, you need to run the setup_xampp.bat file first.

I am pretty sure this is a common misunderstanding for several people using XAMPP, so hopefully my post can also help someone else that had missed this detail.

Cheers.
by SpeedyNet
20. May 2024 01:52
 
Forum: XAMPP for Windows
Topic: Error: Apache shutdown unexpectedly.
Replies: 3
Views: 516

Re: Error: Apache Shutdown unexpectedly

Hi,

First try to identify the real issue. We cannot provide any help here, because all needed information is missing.
Please start reading here to know which information we need: [Q&A] Insufficient debug information - Apache starting issue
by Altrea
19. May 2024 20:31
 
Forum: XAMPP for Windows
Topic: Error: Apache Shutdown unexpectedly
Replies: 2
Views: 158

Re: XAMPP for Windows plays music erratically

Without any further information its impossible to determine.

Is it locally stored music?
Is it music via internet stream?
Which player?
Which kind of music. which kind of audio codec?

What do you mean by "i use Xampp"??

Xampp is only a distribution of webserver packages. "Using" Xampp means to start Apache. Or what??
Do you have any public sites on your Xampp server?
What do you do before the music becomes unstable?

Please explain way more precise what you are doing and what is happening.
by Nobbie
19. May 2024 20:24
 
Forum: XAMPP for Windows
Topic: XAMPP for Windows plays music erratically
Replies: 2
Views: 3330

Re: Apache Does Not Start in XAMPP Control Panel.

Neuner wrote:Altrea - You ever going to help this guy


Warum hilfst Du ihm denn nicht? Weil Du zu dumm bist? Weil Du keine Ahnung hast? Beides? Ich habe von Dir noch nicht einen einzigen hilfreichen Beitrag gelesen, ich habe dagegen schon tausenden(!) von Anwendern geholfen. Wieso Du nicht?
by Nobbie
17. May 2024 19:27
 
Forum: XAMPP for Windows
Topic: Apache Does Not Start in XAMPP Control Panel.
Replies: 8
Views: 4665

Re: Apache Does Not Start in XAMPP Control Panel.

WebMav wrote:I'm bumping this thread again to see if anyone can answer my question.

My Apache still will not start using XAMPP.


Altrea - You ever going to help this guy or just try and keep bashing me?

Enough info for ya?
by Neuner
17. May 2024 16:42
 
Forum: XAMPP for Windows
Topic: Apache Does Not Start in XAMPP Control Panel.
Replies: 8
Views: 4665

Re: Trying to Learn + Test SSL Setup

Neuner wrote:I gave enough info for the other forums and they resolved my problem with one response.

No, you did not provide enough information, at least not here. The proof is that your original obscured configuration and your current obscured configuration are nearly identical. If you remove the anonymized parts, the remaining parts that are different don't contain any fix for the issues you reported, not for the "wrong page is shown", and not for the "Apache refuses to start" problem.
I don't blame you, you simply don't have an idea or any knowledge to rate that.

Neuner wrote:If I didn't provide enough you should have asked.

We did asked for the original configuration. You just didn't want to provide that information.

Neuner wrote:You were so caught up in knowing the website name that you didn't want to see the question I thoughtfully put together.

I really don't care about anybodys Homepage, domain names or anything. You have had problems with your configuration, so we need to know the configuration. It is simply fact that in most cases the problem is a type in the domain name, DocumentRoot path or similar parts of the configuration. It is very likely that this was true for your issue true. That would explain why your old and your new configuration does not contain any obvious reason for your issue.
by Altrea
17. May 2024 15:26
 
Forum: XAMPP for Windows
Topic: Trying to Learn + Test SSL Setup
Replies: 26
Views: 1413

Re: Trying to Learn + Test SSL Setup

Neuner wrote:I made the change to *:443 but I still get the same error and Apache won't start.


Which error? You did not apply any error message before, instead you told that Apache started but delivered the Xampp page instead of yours. Your explanation is still very poor.

Look into the error log. What does it say?
by Nobbie
16. May 2024 19:44
 
Forum: XAMPP for Windows
Topic: Trying to Learn + Test SSL Setup
Replies: 26
Views: 1413

Re: Trying to Learn + Test SSL Setup

Nobbie wrote:
Code: Select all
<VirtualHost *:443>


The Domain of the VirtualHost is defined by the "ServerName" and NOT(!) by the name in the VirtualHost Definition.

But we still are missing a VirtualHost for Port 80 (http:)?!


I made the change to *:443 but I still get the same error and Apache won't start.

my VirtualHost for Port 80 which works is as follows;
Code: Select all
<VirtualHost *:80>
  DocumentRoot "c:/xampp/htdocs/website-example"
  ServerName website-example.org
</VirtualHost>
by Neuner
16. May 2024 19:39
 
Forum: XAMPP for Windows
Topic: Trying to Learn + Test SSL Setup
Replies: 26
Views: 1413

phpmyadmin- Fehlermeldungen

Hallo,

ich hab seit Jahren wieder mal Xampp neu heruntergeladen..

Beim Start vom Controlpanel kam die Fehlermeldung vowegen Port 3306 ist belegt.
Hab den Port dann auf 3307 umgestellt und Mysql ist gestartet.
Dann Apache gestartet und Localhost aufgerufen, alles kein Problem.

Erst beim anklicken von phpmyadmin kamen die Fehlermeldungen..
- MySQL meldet: Dokumentation
Die Verbindung konnte aufgrund von ungültigen Einstellungen nicht hergestellt werden.

- mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)

- Verbindung für den controluser, wie er in Ihrer Konfiguration angegeben ist, ist fehlgeschlagen.

- phpMyAdmin hat versucht eine Verbindung zum MySQL-Server aufzubauen und die Verbindung wurde zurückgewiesen. Sie sollten Ihre Einstellungen für Host, Benutzername und Passwort in Ihrer config.inc.php überprüfen und sich vergewissern, dass diese den Informationen, die Sie vom Administrator erhalten haben, entsprechen.
-mysqli::real_connect(): (HY000/1045): Access denied for user 'root'@'localhost' (using password: NO)


So, nun steh ich an und weis nicht weiter, zumal von Server, Mysql etc. wenig bis gar keine Ahnung habe.
Ich weis nur früher war es einfacher, zumindest hatte ich diese Fehler nicht und ich musste auch nichts ein oder umstellen...

lg
PaleMoon
by PaleMoon
14. May 2024 17:00
 
Forum: XAMPP für Windows
Topic: phpmyadmin- Fehlermeldungen
Replies: 4
Views: 575

Re: cannot start apache on Intel mac

glenn.fulford wrote:That's what I thought, but how can I find it to stop it? I have made sure my MAMP server is shut doewn. The It Works screen is still there even after I reboot. So could it be an Apache that is part of the OS and is being automatically started when I login? It doesn't happen with my Silico Mac.

As an Apple user, I believe the larger issue is some of the documentation on the Mac side of things. Following some procedures simply does not work, or what is advertised as included is not actually included...
by welshexpect
13. May 2024 04:49
 
Forum: XAMPP for macOS
Topic: cannot start apache on Intel mac
Replies: 4
Views: 3776

Error: Apache shutdown unexpectedly.

So, I am scratching my head over a problem that occured two days ago. I am not able to start Apache on my XAMPP portable installation. I try to start it from the Control Panel but it just stops again with the message: Error: Apache shutdown unexpectedly. Most of the articles describing this problem assumes that the ports that Apache is trying to listening to is in use by some other program on the computer and that you have a port conflict. Then the suggestion is to change the Apache port to something else. I've run netstat and I am absolutely sure that I don't have anything on my computer with a listening port of 80/443. Just for the fun of it I stll changed the port number to something else, so we can rule out that option.

I can't really see something useful in the event log or apachelog either. Anyone have som tips to how to troubleshoot this?
by SpeedyNet
12. May 2024 00:19
 
Forum: XAMPP for Windows
Topic: Error: Apache shutdown unexpectedly.
Replies: 3
Views: 516

XAMPP on Windows, Root Directory on NAS

Hi

Anyone know how i can achieve it? I have XAMPP running on my Windows system. I have created a shared folder on the NAS, and have also Mapped it as a drive on the computer

When i change the httpd.conf and the ssl one.. change the Directory root to the mapped drive letter, Apache doesnt start.

Any clue?
I've searched a LOT before posting this. thanks.
by amit210
29. April 2024 16:44
 
Forum: XAMPP for Windows
Topic: XAMPP on Windows, Root Directory on NAS
Replies: 1
Views: 1095

Impossible to start MySQL

Hello there !

This is my first post on this forum and I would like to say Hello to everybody ...

I have a strange problem with my XAMPP / MySQL :

Yesterday evening, all works well ... (I'm working on an "local" version of my actual site ...)
After working, I stop MySQL, stop Apache, quit XAMPP and stop my PC.

This morning I try to restart everything and .... HORROR it doesn't works anymore.

I certainly "touch" something by mistake, but I don't now what ...

Here are my logs :

a) XAMPP Control Panel :
11:39:15 [main] Initializing Control Panel
11:39:15 [main] Windows Version: Enterprise 64-bit
11:39:15 [main] XAMPP Version: 8.2.12
11:39:15 [main] Control Panel Version: 3.3.0 [ Compiled: Apr 6th 2021 ]
11:39:15 [main] Running with Administrator rights - good!
11:39:15 [main] XAMPP Installation Directory: "c:\xampp\"
11:39:15 [main] Checking for prerequisites
11:39:15 [main] All prerequisites found
11:39:15 [main] Initializing Modules
11:39:15 [main] Starting Check-Timer
11:39:15 [main] Control Panel Ready
11:39:19 [Apache] Attempting to start Apache app...
11:39:19 [Apache] Status change detected: running
11:41:19 [mysql] Attempting to start MySQL app...
11:41:19 [mysql] Status change detected: running
11:41:21 [mysql] Status change detected: stopped
11:41:21 [mysql] Error: MySQL shutdown unexpectedly.
11:41:21 [mysql] This may be due to a blocked port, missing dependencies,
11:41:21 [mysql] improper privileges, a crash, or a shutdown by another method.
11:41:21 [mysql] Press the Logs button to view error logs and check
11:41:21 [mysql] the Windows Event Viewer for more clues
11:41:21 [mysql] If you need more help, copy and post this
11:41:21 [mysql] entire log window on the forums


b) mysql_error.log :
2024-04-25 11:41:19 0 [Note] Starting MariaDB 10.4.32-MariaDB source revision c4143f909528e3fab0677a28631d10389354c491 as process 8468
2024-04-25 11:41:19 0 [Note] InnoDB: Mutexes and rw_locks use Windows interlocked functions
2024-04-25 11:41:19 0 [Note] InnoDB: Uses event mutexes
2024-04-25 11:41:19 0 [Note] InnoDB: Compressed tables use zlib 1.3
2024-04-25 11:41:19 0 [Note] InnoDB: Number of pools: 1
2024-04-25 11:41:19 0 [Note] InnoDB: Using SSE2 crc32 instructions
2024-04-25 11:41:19 0 [Note] InnoDB: Initializing buffer pool, total size = 16M, instances = 1, chunk size = 16M
2024-04-25 11:41:19 0 [Note] InnoDB: Completed initialization of buffer pool
2024-04-25 11:41:19 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2024-04-25 11:41:19 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2024-04-25 11:41:19 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2024-04-25 11:41:19 0 [Note] InnoDB: Setting file 'C:\xampp\mysql\data\ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2024-04-25 11:41:19 0 [Note] InnoDB: File 'C:\xampp\mysql\data\ibtmp1' size is now 12 MB.
2024-04-25 11:41:19 0 [Note] InnoDB: Waiting for purge to start
2024-04-25 11:41:20 0 [Note] InnoDB: 10.4.32 started; log sequence number 51095083; transaction id 20884
2024-04-25 11:41:20 0 [Note] InnoDB: Loading buffer pool(s) from C:\xampp\mysql\data\ib_buffer_pool
2024-04-25 11:41:20 0 [Note] Plugin 'FEEDBACK' is disabled.
2024-04-25 11:41:20 0 [Note] Server socket created on IP: '::'.

c) Windows Event viewer : (Sorry, key's name are in French !!)
Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:21
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
mysqld.exe: Error on close of 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:21.2514619Z" />
<EventRecordID>205677</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>mysqld.exe: Error on close of 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:21
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
mysqld.exe: Error writing file 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:21.2499263Z" />
<EventRecordID>205676</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>mysqld.exe: Error writing file 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:21
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
mysqld.exe: Aria engine: checkpoint failed


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:21.2495780Z" />
<EventRecordID>205675</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>mysqld.exe: Aria engine: checkpoint failed

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:21
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
mysqld.exe: Error writing file 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:21.2492878Z" />
<EventRecordID>205674</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>mysqld.exe: Error writing file 'C:\xampp\mysql\data\aria_log_control' (Errcode: 9 "Bad file descriptor")

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:20
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
Aborting


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:20.0313857Z" />
<EventRecordID>205673</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>Aborting

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:20
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Erreur
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
Fatal error: Can't open and lock privilege tables: Incorrect file format 'db'


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>2</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:20.0311328Z" />
<EventRecordID>205672</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>Fatal error: Can't open and lock privilege tables: Incorrect file format 'db'

</Data>
</EventData>
</Event>

Nom du journal :Application
Source : MariaDB
Date : 25.04.24 11:41:20
ID de l’événement :100
Catégorie de la tâche :Aucun
Niveau : Information
Mots clés : Classique
Utilisateur : N/A
Ordinateur : Port-AK
Description :
InnoDB: Buffer pool(s) load completed at 240425 11:41:20


XML de l’événement :
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="MariaDB" />
<EventID Qualifiers="49152">100</EventID>
<Version>0</Version>
<Level>4</Level>
<Task>0</Task>
<Opcode>0</Opcode>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2024-04-25T09:41:20.0273767Z" />
<EventRecordID>205671</EventRecordID>
<Correlation />
<Execution ProcessID="8468" ThreadID="0" />
<Channel>Application</Channel>
<Computer>Port-AK</Computer>
<Security />
</System>
<EventData>
<Data>InnoDB: Buffer pool(s) load completed at 240425 11:41:20

</Data>
</EventData>
</Event>


Can you please help me to solve my problem ?

Best regards.

Andreas Knabe
by aknabe
25. April 2024 10:59
 
Forum: XAMPP for Windows
Topic: Impossible to start MySQL
Replies: 0
Views: 1380

in nginx.exe XAMPP related?

10:52:13 AM [main] Initializing Control Panel
10:52:13 AM [main] Windows Version: Home 64-bit
10:52:13 AM [main] XAMPP Version: 8.0.30
10:52:13 AM [main] Control Panel Version: 3.3.0 [ Compiled: Apr 6th 2021 ]
10:52:13 AM [main] You are not running with administrator rights! This will work for
10:52:13 AM [main] most application stuff but whenever you do something with services
10:52:13 AM [main] there will be a security dialogue or things will break! So think
10:52:13 AM [main] about running this application with administrator rights!
10:52:13 AM [main] XAMPP Installation Directory: "c:\xampp\"
10:52:13 AM [main] Checking for prerequisites
10:52:13 AM [main] All prerequisites found
10:52:13 AM [main] Initializing Modules
10:52:13 AM [Apache] Problem detected!
10:52:13 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:52:13 AM [Apache] Apache WILL NOT start without the configured ports free!
10:52:13 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:52:13 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:52:13 AM [Apache] Problem detected!
10:52:13 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:52:13 AM [Apache] Apache WILL NOT start without the configured ports free!
10:52:13 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:52:13 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:52:13 AM [main] Starting Check-Timer
10:52:13 AM [main] Control Panel Ready
10:53:42 AM [Apache] Problem detected!
10:53:42 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:53:42 AM [Apache] Apache WILL NOT start without the configured ports free!
10:53:42 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:53:42 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:53:42 AM [Apache] Problem detected!
10:53:42 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:53:42 AM [Apache] Apache WILL NOT start without the configured ports free!
10:53:42 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:53:42 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:53:42 AM [Apache] Attempting to start Apache app...
10:53:50 AM [mysql] Attempting to start MySQL app...
10:53:50 AM [mysql] Status change detected: running
10:55:33 AM [main] Executing "c:\xampp\"
10:56:48 AM [Apache] Problem detected!
10:56:48 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:56:48 AM [Apache] Apache WILL NOT start without the configured ports free!
10:56:48 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:56:48 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:56:48 AM [Apache] Problem detected!
10:56:48 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:56:48 AM [Apache] Apache WILL NOT start without the configured ports free!
10:56:48 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:56:48 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:56:48 AM [Apache] Attempting to start Apache app...
10:56:58 AM [Apache] Problem detected!
10:56:58 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:56:58 AM [Apache] Apache WILL NOT start without the configured ports free!
10:56:58 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:56:58 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:56:58 AM [Apache] Problem detected!
10:56:58 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
10:56:58 AM [Apache] Apache WILL NOT start without the configured ports free!
10:56:58 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
10:56:58 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
10:56:58 AM [Apache] Attempting to start Apache app...
11:19:46 AM [Apache] Problem detected!
11:19:46 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:19:46 AM [Apache] Apache WILL NOT start without the configured ports free!
11:19:46 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:19:46 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:19:46 AM [Apache] Problem detected!
11:19:46 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:19:46 AM [Apache] Apache WILL NOT start without the configured ports free!
11:19:46 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:19:46 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:19:46 AM [Apache] Attempting to start Apache app...
11:19:47 AM [Apache] Status change detected: running
11:19:47 AM [Apache] Status change detected: stopped
11:19:47 AM [Apache] Error: Apache shutdown unexpectedly.
11:19:47 AM [Apache] This may be due to a blocked port, missing dependencies,
11:19:47 AM [Apache] improper privileges, a crash, or a shutdown by another method.
11:19:47 AM [Apache] Press the Logs button to view error logs and check
11:19:47 AM [Apache] the Windows Event Viewer for more clues
11:19:47 AM [Apache] If you need more help, copy and post this
11:19:47 AM [Apache] entire log window on the forums
11:21:43 AM [Apache] Problem detected!
11:21:43 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:21:43 AM [Apache] Apache WILL NOT start without the configured ports free!
11:21:43 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:21:43 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:21:43 AM [Apache] Problem detected!
11:21:43 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:21:43 AM [Apache] Apache WILL NOT start without the configured ports free!
11:21:43 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:21:43 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:21:43 AM [Apache] Attempting to start Apache app...
11:26:47 AM [Apache] Problem detected!
11:26:47 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:26:47 AM [Apache] Apache WILL NOT start without the configured ports free!
11:26:47 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:26:47 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:26:47 AM [Apache] Problem detected!
11:26:47 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:26:47 AM [Apache] Apache WILL NOT start without the configured ports free!
11:26:47 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:26:47 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:26:47 AM [Apache] Attempting to start Apache app...
11:26:48 AM [Apache] Status change detected: running
11:26:48 AM [Apache] Status change detected: stopped
11:26:48 AM [Apache] Error: Apache shutdown unexpectedly.
11:26:48 AM [Apache] This may be due to a blocked port, missing dependencies,
11:26:48 AM [Apache] improper privileges, a crash, or a shutdown by another method.
11:26:48 AM [Apache] Press the Logs button to view error logs and check
11:26:48 AM [Apache] the Windows Event Viewer for more clues
11:26:48 AM [Apache] If you need more help, copy and post this
11:26:48 AM [Apache] entire log window on the forums
11:27:19 AM [Apache] Problem detected!
11:27:19 AM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:27:19 AM [Apache] Apache WILL NOT start without the configured ports free!
11:27:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:27:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:27:19 AM [Apache] Problem detected!
11:27:19 AM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
11:27:19 AM [Apache] Apache WILL NOT start without the configured ports free!
11:27:19 AM [Apache] You need to uninstall/disable/reconfigure the blocking application
11:27:19 AM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
11:27:19 AM [Apache] Attempting to start Apache app...
11:27:19 AM [Apache] Status change detected: running
11:27:20 AM [Apache] Status change detected: stopped
11:27:20 AM [Apache] Error: Apache shutdown unexpectedly.
11:27:20 AM [Apache] This may be due to a blocked port, missing dependencies,
11:27:20 AM [Apache] improper privileges, a crash, or a shutdown by another method.
11:27:20 AM [Apache] Press the Logs button to view error logs and check
11:27:20 AM [Apache] the Windows Event Viewer for more clues
11:27:20 AM [Apache] If you need more help, copy and post this
11:27:20 AM [Apache] entire log window on the forums
1:44:44 PM [Apache] Problem detected!
1:44:44 PM [Apache] Port 80 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
1:44:44 PM [Apache] Apache WILL NOT start without the configured ports free!
1:44:44 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
1:44:44 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
1:44:44 PM [Apache] Problem detected!
1:44:44 PM [Apache] Port 443 in use by "C:\Users\kendr\AppData\Roaming\Local\lightning-services\nginx-1.16.0+7\bin\win32\nginx.exe" with PID 20148!
1:44:44 PM [Apache] Apache WILL NOT start without the configured ports free!
1:44:44 PM [Apache] You need to uninstall/disable/reconfigure the blocking application
1:44:44 PM [Apache] or reconfigure Apache and the Control Panel to listen on a different port
1:44:44 PM [Apache] Attempting to start Apache app...
1:44:45 PM [Apache] Status change detected: running
1:44:46 PM [Apache] Status change detected: stopped
1:44:46 PM [Apache] Error: Apache shutdown unexpectedly.
1:44:46 PM [Apache] This may be due to a blocked port, missing dependencies,
1:44:46 PM [Apache] improper privileges, a crash, or a shutdown by another method.
1:44:46 PM [Apache] Press the Logs button to view error logs and check
1:44:46 PM [Apache] the Windows Event Viewer for more clues
1:44:46 PM [Apache] If you need more help, copy and post this
1:44:46 PM [Apache] entire log window on the forums
1:52:58 PM [main] Executing "services.msc"


When I check the Apache error logs there are none found- it opens up a blank notepad document. I uninstalled skype and now see that nginx.exe is in port 80 and port 443.... Is this the right software? If so, why can I not get Apache to run even after uninstalling skype? I'm wildly uneducated on these matters and am struggling to run XAMPP on my windows because of the reasons shown above. Would love some help or direction to step by step instructions on a fix, thanks in advanced!
by firesticks
10. April 2024 20:57
 
Forum: XAMPP for Windows
Topic: in nginx.exe XAMPP related?
Replies: 1
Views: 2074

XAMPP works in Linux Mint but gives errors in Fedora

Hi, I'm new to XAMPP. I've got two laptops, one running Linux Mint 23.1 (based on Ubuntu 22.04 LTS) and one running Fedora 39. I downloaded the exact same installer on both machines: xampp-linux-x64-8.2.12-0-installer.run.

After installation, everything works perfectly on the Linux Mint machine. I tried the commands to start and stop XAMPP as well as launching the graphical tool from the FAQs for Linux page, and everything works.

On the Fedora machine, however, I get the following error message when attempting to start or stop XAMPP:
Code: Select all
egrep: warning: egrep is obsolescent; using grep -E
XAMPP is currently only availably as 32 bit application. Please use a 32 bit compatibility library for your system.

I searched the forum before posting and I found a couple of previous posts from other users with the same error message, however I didn't see any post that had a solution for it. I'm particularly confused by the "only available as 32 bit application" message, since I used the 64 bit installer on a 64 bit operating system.

Launching the graphical tool in Fedora does work, but attempting to start the servers that way gives a different error. When I click the start button on the Manage Servers tab, the Apache Web Server dot turns briefly from red to orange, but then goes back to red again. Under the Application log tab, the message is as follows:
Code: Select all
Starting Apache Web Server...
Exit code: 8
Stdout:
apache config test fails, aborting
Stderr:
/opt/lampp/bin/httpd: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or directory

Since everything works fine on Mint, I'm assuming the issue is something with Fedora, rather than with XAMPP itself or the installer. But I can't figure it out. Has anyone solved this error on Fedora, or have any suggestions?

Many thanks!
by lemathos
10. April 2024 01:14
 
Forum: XAMPP for Linux
Topic: XAMPP works in Linux Mint but gives errors in Fedora
Replies: 1
Views: 6014
Next

Return to advanced search