> Date: Saturday, July 15, 2023 15:27:29 -0400
> From: Bill Cunningham <bill.cu1...@gmail.com>
> 
> On 7/15/2023 3:17 PM, Samuel Sieb wrote:
>> On 7/15/23 12:09, Bill Cunningham wrote:
>>> 
>>> On 7/14/2023 9:15 PM, Samuel Sieb wrote:
>>>> On 7/14/23 12:59, Bill Cunningham wrote:
>>>>> I have the server edition installed and log into firefox and
>>>>> enter  https://localhost/wp-admin and I always get there's no
>>>>> such url.  https://localhost:9090 works fine for the server
>>>>> edition login.  What am I doing or not doing here? I installed
>>>>> one rpm called  wordpress and its' dependencies. There was also
>>>>> a wordpress plugin  that I did not install. Is anyone familiar
>>>>> with Server Edition  wordpress?
>>>> 
>>>> It's very unlikely that just installing a package like that is
>>>> going  to work right away.  You should probably look at these
>>>> files:
>>>> 
>>>> /etc/httpd/conf.d/wordpress.conf
>>>> /etc/wordpress/wp-config.php
>>>> /usr/share/doc/wordpress/README.fedora
>>>> /usr/share/doc/wordpress/README.fedora-multiuser
>>>> 
>>> I will look at these. I might probably need a tutorial of some
>>> kind I  will have to look for. Port 9090 opens fine in the Xfce 4
>>> desktop I  have installed. Maybe wordpress uses a different port.
>> 
>> I don't see why you keep mentioning that as if it's relevant.
>> That's  the default cockpit install which doesn't use the system
>> web server  and is not at all related to what you're doing.
>> Wordpress is served by  the web server and so will be using the
>> default http(s) ports  depending on how the web server is
>> configured.
> 
> Perhaps PHP is not properly configured.
> 

I don't use wp (too much swiss cheese to be comfortable trying to
make it secure) but I don't believe that simply installing its bits
will cause apache to start up, so you may need to do that (including
enabling it to restart on (re)boot, once you have your sp instance
configured.

Once configured, you need to look at the apache server logging
(specifically the error_log) for your wp instance if/when you have
trouble reaching content. Browser errors and even the access_log are
of little use debugging things.

For checking what's behind open ports you should become familiar with
"netstat" -- the "-p" flag is specifically of use here.

But ... you really need to start with the documentation referenced
above to see what you need to do to configure your wp install.



_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to