F5F Stay Refreshed Software Operating Systems The site isn't functioning properly on your Ubuntu system.

The site isn't functioning properly on your Ubuntu system.

The site isn't functioning properly on your Ubuntu system.

Pages (2): Previous 1 2
X
Xman2525
Junior Member
38
06-15-2025, 08:16 AM
#11
the server i purchased is disconnected from my local computer and the domain i bought isn't connected to my machine in any way, not even in the dns settings. I set up a virtual host using apache, but I wasn't aware it was a virtual host meant for my local setup only. That's probably why the site functions on other devices except the one i tried to use, and i removed apache with those commands: sudo apt-get purge apache2 and sudo apt-get remove --purge apache2 apache2-utils
X
Xman2525
06-15-2025, 08:16 AM #11

the server i purchased is disconnected from my local computer and the domain i bought isn't connected to my machine in any way, not even in the dns settings. I set up a virtual host using apache, but I wasn't aware it was a virtual host meant for my local setup only. That's probably why the site functions on other devices except the one i tried to use, and i removed apache with those commands: sudo apt-get purge apache2 and sudo apt-get remove --purge apache2 apache2-utils

J
JETzY
Member
174
06-15-2025, 10:06 PM
#12
The site functions on other devices after shutting down your Ubuntu 18.04 machine.
J
JETzY
06-15-2025, 10:06 PM #12

The site functions on other devices after shutting down your Ubuntu 18.04 machine.

L
lazybones25
Member
67
06-17-2025, 10:25 AM
#13
The site functions across various devices regardless of the Ubuntu system being used
L
lazybones25
06-17-2025, 10:25 AM #13

The site functions across various devices regardless of the Ubuntu system being used

J
Jamesbond67
Junior Member
5
06-18-2025, 11:10 PM
#14
Explore the directories where Apache was set up and eliminate any remnants that could continue operating... possibly /var/www/html/ or /etc/apache2/ if access is denied, right-click and select 'Open directory in terminal'... utilize the 'rm' command to remove them...
J
Jamesbond67
06-18-2025, 11:10 PM #14

Explore the directories where Apache was set up and eliminate any remnants that could continue operating... possibly /var/www/html/ or /etc/apache2/ if access is denied, right-click and select 'Open directory in terminal'... utilize the 'rm' command to remove them...

E
eoskatt
Junior Member
11
06-29-2025, 07:44 AM
#15
I tackled the issue by executing the specified command in the / folder. It listed files matching the pattern, filtered for "mydomain.com", printed them, identified the sources, and deleted those that used it.
E
eoskatt
06-29-2025, 07:44 AM #15

I tackled the issue by executing the specified command in the / folder. It listed files matching the pattern, filtered for "mydomain.com", printed them, identified the sources, and deleted those that used it.

B
Bazza130202
Senior Member
386
06-29-2025, 12:01 PM
#16
Do you actually have a web page in /var/www/html/ ? Did you reload the apache service as the guide suggested? Also does this mean you skipped step 4?
B
Bazza130202
06-29-2025, 12:01 PM #16

Do you actually have a web page in /var/www/html/ ? Did you reload the apache service as the guide suggested? Also does this mean you skipped step 4?

M
mistercraft77
Posting Freak
900
07-15-2025, 06:53 PM
#17
Thank you for the response, but I already figured it out. See the last comment I posted prior to yours.
M
mistercraft77
07-15-2025, 06:53 PM #17

Thank you for the response, but I already figured it out. See the last comment I posted prior to yours.

Pages (2): Previous 1 2