Kirjoittaja Aihe: Ubuntu,apache, galleria,Forum lopetti toimimisen.  (Luettu 5982 kertaa)

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Serverissä on Ubuntu 16.x, pyörittään muun ohessa Galleryä, forumia ja Owncloudia, tuli jostain kumman syystä ongelmaksi että galleria ja forum lopetti toimínnan , owncloud toimii. Galleriaan kun yritän mennä tulee vaan toi Apachen etusivu mikä näkyy kun ekan kerran installoi sen... Miten osaisin tai mistä alkaisi katsoa että miksi näin, mikä muuttunut/puuttuu. Ainut muutos on että asennsin Redis ja apcu eli onko noilla jokin syy yhteys?

Eli lyhyesti mistä pitää katsoa ja mitä?
Samalla serverillä oleva OwnCloud taas toimii ilman ongelmia ainakin tällä hetkellä.
Forum on SMF sama kuin täällä, Coppermine hoitaa Galleriaa.


matsukan

  • Käyttäjä
  • Viestejä: 2148
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #1 : 11.08.18 - klo:23.10 »

apache:n conf filut sekaisin ?
Pohjois-pohjanmaa
-- motto:  backupin tarve huomataan aina liian myöhään

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #2 : 12.08.18 - klo:10.09 »

apache:n conf filut sekaisin ?

Yritin niitä kurkkia mutta mitään erikoista huomannut, katselen uudestaan.

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #3 : 12.08.18 - klo:10.51 »
Jotain pätkiä asetuksista:

*Apache2.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
<Directory "/var/www/forum">
</Directory>

*Apache2/con-enaple alta Forum:

Alias /forum "/var/www/forum/"
<Directory "/var/www/forum">
  Options +FollowSymLinks
  AllowOverride All

  <IfModule mod_dav.c>
        Dav off
  </IfModule>

  SetEnv HOME /var/www/forum/
  SetEnv HTTP_HOME /var/www/forum/
</Directory>

*apache2/sites-available
*000-default
<VirtualHost *:80>

<IfModule mod_headers.c>

  Header always set Strict-Transport-Security "max-age=15552000; includeSubDomains"

</IfModule>

   #8081
   # The ServerName directive sets the request scheme, hostname and port that
   # the server uses to identify itself. This is used when creating
   # redirection URLs. In the context of virtual hosts, the ServerName
   # specifies what hostname must appear in the request's Host: header to
   # match this virtual host. For the default virtual host (this file) this
   # value is not decisive as it is used as a last resort host regardless.
   # However, you must set it for any further virtual host explicitly.
   #ServerName www.example.com

   ServerAdmin webmaster@localhost
 DocumentRoot /var/www/html

   # Available loglevels: trace8, ..., trace1, debug, info, notice, warn,
   # error, crit, alert, emerg.
   # It is also possible to configure the loglevel for particular
   # modules, e.g.
   #LogLevel info ssl:warn

   ErrorLog ${APACHE_LOG_DIR}/error.log
   CustomLog ${APACHE_LOG_DIR}/access.log combined
   ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/run/php/php7.0-fpm.sock|fcgi://localhost/var/www/html/

   # For most configuration files from conf-available/, which are
   # enabled or disabled at a global level, it is possible to
   # include a line for only one particular virtual host. For example the
   # following line enables the CGI configuration for this host only
   # after it has been globally disabled with "a2disconf".
   #Include conf-available/serve-cgi-bin.conf
</VirtualHost>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

*coppermine
<VirtualHost *:80>
ServerAdmin admin@yourdomain.com
DocumentRoot /var/www/html/coppermine/
ServerName your-domain.com
ServerAlias www.your-domain.com
<Directory /var/www/html/coppermine/>
Options FollowSymLinks
AllowOverride All
</Directory>
ErrorLog /var/log/apache2/your-domain.com-error_log
CustomLog /var/log/apache2/your-domain.com-access_log common
</VirtualHost>

*Owncloud(Tämä siis toimii)
Alias /owncloud "/var/www/owncloud/"



<Directory /var/www/owncloud/>

  Options +FollowSymlinks

  AllowOverride All



 <IfModule mod_dav.c>

  Dav off

 </IfModule>



 SetEnv HOME /var/www/owncloud

 SetEnv HTTP_HOME /var/www/owncloud



</Directory>

*webmin.1502644330 (Forum)
<VirtualHost *:8080>
DocumentRoot /var/www/forum
<Directory "/var/www/forum">
allow from all
Options None
Require all granted
</Directory>
</VirtualHost>

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #4 : 12.08.18 - klo:10.59 »
apache error.log:

[Sun Aug 12 07:35:06.451780 2018] [ssl:warn] [pid 3476] AH01906: 84.248.88.147:443:0 server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Sun Aug 12 07:35:06.451805 2018] [ssl:warn] [pid 3476] AH01909: 84.248.88.147:443:0 server certificate does NOT include an ID which matches the server name
[Sun Aug 12 07:35:06.451885 2018] [mpm_prefork:notice] [pid 3476] AH00163: Apache/2.4.18 (Ubuntu) OpenSSL/1.0.2g configured -- resuming normal operations
[Sun Aug 12 07:35:06.451890 2018] [core:notice] [pid 3476] AH00094: Command line: '/usr/sbin/apache2'
[Sun Aug 12 07:40:37.738788 2018] [proxy_fcgi:error] [pid 6410] [client 54.36.148.254:49480] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 07:52:39.605832 2018] [proxy_fcgi:error] [pid 6420] [client 54.36.148.187:22632] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 07:54:37.645169 2018] [proxy_fcgi:error] [pid 7027] [client 66.249.66.41:55163] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 07:56:00.969807 2018] [proxy_fcgi:error] [pid 6410] [client 54.36.148.226:38146] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 07:56:42.665926 2018] [proxy_fcgi:error] [pid 7025] [client 54.36.148.103:40182] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 08:04:16.919722 2018] [core:error] [pid 6410] [client 113.96.223.207:53875] AH00135: Invalid method in request OPTION / HTTP/1.1
[Sun Aug 12 08:36:37.362546 2018] [proxy_fcgi:error] [pid 7026] [client 54.36.148.107:20952] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 08:59:59.575793 2018] [proxy_fcgi:error] [pid 6410] [client 54.36.148.80:41206] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 09:05:51.714155 2018] [proxy_fcgi:error] [pid 6410] [client 54.36.149.66:23038] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 09:10:24.639570 2018] [proxy_fcgi:error] [pid 6410] [client 66.249.66.43:63043] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 09:11:00.620024 2018] [proxy_fcgi:error] [pid 7025] [client 54.36.149.101:21484] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 09:30:45.702372 2018] [proxy_fcgi:error] [pid 6415] [client 54.36.149.18:29832] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 09:47:25.242526 2018] [proxy_fcgi:error] [pid 10775] [client 54.36.148.207:34544] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:00:07.225387 2018] [proxy_fcgi:error] [pid 10774] [client 54.36.149.72:24630] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:14:44.281959 2018] [proxy_fcgi:error] [pid 10774] [client 54.36.148.25:46586] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:16:38.536429 2018] [proxy_fcgi:error] [pid 10785] [client 54.36.148.143:52132] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:26:11.698339 2018] [proxy_fcgi:error] [pid 10782] [client 66.249.66.43:53547] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:33:19.633084 2018] [proxy_fcgi:error] [pid 10774] [client 141.8.132.38:47056] AH01071: Got error 'Primary script unknown\n'
[Sun Aug 12 10:54:02.689863 2018] [proxy_fcgi:error] [pid 6410] [client 54.36.148.83:40464] AH01071: Got error 'Primary script unknown\n'

[Sat Aug 11 09:27:48.900640 2018] [proxy_fcgi:error] [pid 19633] [client 177.67.200.149:52692] AH01071: Got error 'Primary script unknown\n', referer: http://www.theniceman.com/

nm

  • Käyttäjä
  • Viestejä: 16232
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #5 : 12.08.18 - klo:11.17 »
Jotain pätkiä asetuksista:

*Apache2.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
<Directory "/var/www/forum">
</Directory>

Eikö /etc/apache2/apache2.conf -tiedostossa ole mitään muuta? Tuosta puuttuu ainakin tämä oleellinen rivi:

Koodia: [Valitse]
IncludeOptional conf-enabled/*.conf

Jos siellä on muutakin, näytä tiedoston sisältö kokonaisuudessaan. Näytä myös mitä muita linkkejä /etc/apache2/sites-enabled ja /etc/apache2/conf-enabled -hakemistoissa on:

Koodia: [Valitse]
ls -l /etc/apache2/sites-enabled /etc/apache2/conf-enabled
« Viimeksi muokattu: 12.08.18 - klo:11.20 kirjoittanut nm »

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #6 : 12.08.18 - klo:11.33 »
/etc/apache2/conf-enabled:
total 4
lrwxrwxrwx 1 root root  30 tammi 10  2016 charset.conf -> ../conf-available/charset.conf
-rw-r--r-- 1 root root 240 elo   13  2017 forum.conf
lrwxrwxrwx 1 root root  40 maali  7  2016 javascript-common.conf -> ../conf-available/javascript-common.conf
lrwxrwxrwx 1 root root  44 tammi 10  2016 localized-error-pages.conf -> ../conf-available/localized-error-pages.conf
lrwxrwxrwx 1 root root  46 tammi 10  2016 other-vhosts-access-log.conf -> ../conf-available/other-vhosts-access-log.conf
lrwxrwxrwx 1 root root  33 maali  7  2016 phpmyadmin.conf -> ../conf-available/phpmyadmin.conf
lrwxrwxrwx 1 root root  31 tammi 10  2016 security.conf -> ../conf-available/security.conf
lrwxrwxrwx 1 root root  36 tammi 10  2016 serve-cgi-bin.conf -> ../conf-available/serve-cgi-bin.conf

/etc/apache2/sites-enabled:
total 4
lrwxrwxrwx 1 root root   35 tammi 10  2016 000-default.conf -> ../sites-available/000-default.conf
lrwxrwxrwx 1 root root   44 maali  6  2016 coppermine.conf -> /etc/apache2/sites-available/coppermine.conf
lrwxrwxrwx 1 root root   35 tammi 11  2016 default-ssl.conf -> ../sites-available/default-ssl.conf
lrwxrwxrwx 1 root root   42 heinä 21 11:16 owncloud.conf -> /etc/apache2/sites-available/owncloud.conf
drwxr-xr-x 6 root root 4096 tammi 17  2016 public_html
lrwxrwxrwx 1 root root   51 elo   13  2017 webmin.1502644330.conf -> /etc/apache2/sites-available/webmin.1502644330.conf

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #7 : 12.08.18 - klo:11.33 »
# This is the main Apache server configuration file.  It contains the
# configuration directives that give the server its instructions.
# See http://httpd.apache.org/docs/2.4/ for detailed information about
# the directives and /usr/share/doc/apache2/README.Debian about Debian specific
# hints.
#

#/etc/phpmyadmin/apache.conf

#
# Summary of how the Apache 2 configuration works in Debian:
# The Apache 2 web server configuration in Debian is quite different to
# upstream's suggested way to configure the web server. This is because Debian's
# default Apache2 installation attempts to make adding and removing modules,
# virtual hosts, and extra configuration directives as flexible as possible, in
# order to make automating the changes and administering the server as easy as
# possible.

# It is split into several files forming the configuration hierarchy outlined
# below, all located in the /etc/apache2/ directory:
#
#   /etc/apache2/
#   |-- apache2.conf
#   |   `--  ports.conf
#   |-- mods-enabled
#   |   |-- *.load
#   |   `-- *.conf
#   |-- conf-enabled
#   |   `-- *.conf
#    `-- sites-enabled
#       `-- *.conf
#
#
# * apache2.conf is the main configuration file (this file). It puts the pieces
#   together by including all remaining configuration files when starting up the
#   web server.
#
# * ports.conf is always included from the main configuration file. It is
#   supposed to determine listening ports for incoming connections which can be
#   customized anytime.
#
# * Configuration files in the mods-enabled/, conf-enabled/ and sites-enabled/
#   directories contain particular configuration snippets which manage modules,
#   global configuration fragments, or virtual host configurations,
#   respectively.
#
#   They are activated by symlinking available configuration files from their
#   respective *-available/ counterparts. These should be managed by using our
#   helpers a2enmod/a2dismod, a2ensite/a2dissite and a2enconf/a2disconf. See
#   their respective man pages for detailed information.
#
# * The binary is called apache2. Due to the use of environment variables, in
#   the default configuration, apache2 needs to be started/stopped with
#   /etc/init.d/apache2 or apache2ctl. Calling /usr/bin/apache2 directly will not
#   work with the default configuration.


# Global configuration
#

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# NOTE!  If you intend to place this on an NFS (or otherwise network)
# mounted filesystem then please read the Mutex documentation (available
# at <URL:http://httpd.apache.org/docs/2.4/mod/core.html#mutex>);
# you will save yourself a lot of trouble.
#
# Do NOT add a slash at the end of the directory path.
#
#ServerRoot "/etc/apache2"

#
# The accept serialization lock file MUST BE STORED ON A LOCAL DISK.
#
Mutex file:${APACHE_LOCK_DIR} default

#
# PidFile: The file in which the server should record its process
# identification number when it starts.
# This needs to be set in /etc/apache2/envvars
#
PidFile ${APACHE_PID_FILE}

#
# Timeout: The number of seconds before receives and sends time out.
#
Timeout 300

#
# KeepAlive: Whether or not to allow persistent connections (more than
# one request per connection). Set to "Off" to deactivate.
#
KeepAlive On

#
# MaxKeepAliveRequests: The maximum number of requests to allow
# during a persistent connection. Set to 0 to allow an unlimited amount.
# We recommend you leave this number high, for maximum performance.
#
MaxKeepAliveRequests 500

#
# KeepAliveTimeout: Number of seconds to wait for the next request from the
# same client on the same connection.
#
KeepAliveTimeout 5


# These need to be set in /etc/apache2/envvars
User ${APACHE_RUN_USER}
Group ${APACHE_RUN_GROUP}

#
# HostnameLookups: Log the names of clients or just their IP addresses
# e.g., www.apache.org (on) or 204.62.129.132 (off).
# The default is off because it'd be overall better for the net if people
# had to knowingly turn this feature on, since enabling it means that
# each client request will result in AT LEAST one lookup request to the
# nameserver.
#
HostnameLookups Off

# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here.  If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog ${APACHE_LOG_DIR}/error.log

#
# LogLevel: Control the severity of messages logged to the error_log.
# Available values: trace8, ..., trace1, debug, info, notice, warn,
# error, crit, alert, emerg.
# It is also possible to configure the log level for particular modules, e.g.
# "LogLevel info ssl:warn"
#
LogLevel warn

# Include module configuration:
IncludeOptional mods-enabled/*.load
IncludeOptional mods-enabled/*.conf

# Include list of ports to listen on
Include ports.conf


# Sets the default security model of the Apache2 HTTPD server. It does
# not allow access to the root filesystem outside of /usr/share and /var/www.
# The former is used by web applications packaged in Debian,
# the latter may be used for local directories served by the web server. If
# your system is serving content from a sub-directory in /srv you must allow
# access here, or in any related virtual host.
<Directory />
   Options FollowSymLinks
   AllowOverride None
   Require all denied
</Directory>

<Directory /usr/share>
   AllowOverride None
   Require all granted
</Directory>

<Directory /var/www/>
   Options Indexes FollowSymLinks
   AllowOverride None
   Require all granted
</Directory>

#<Directory /srv/>
#   Options Indexes FollowSymLinks
#   AllowOverride None
#   Require all granted
#</Directory>




# AccessFileName: The name of the file to look for in each directory
# for additional configuration directives.  See also the AllowOverride
# directive.
#
AccessFileName .htaccess

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
   Require all denied
</FilesMatch>


#
# The following directives define some format nicknames for use with
# a CustomLog directive.
#
# These deviate from the Common Log Format definitions in that they use %O
# (the actual bytes sent including headers) instead of %b (the size of the
# requested file), because the latter makes it impossible to detect partial
# requests.
#
# Note that the use of %{X-Forwarded-For}i instead of %h is not recommended.
# Use mod_remoteip instead.
#
LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %O" common
LogFormat "%{Referer}i -> %U" referer
LogFormat "%{User-agent}i" agent

# Include of directories ignores editors' and dpkg's backup files,
# see README.Debian for details.

# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf
<Directory "/var/www/forum">
</Directory>

# vim: syntax=apache ts=4 sw=4 sts=4 sr noet

nm

  • Käyttäjä
  • Viestejä: 16232
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #8 : 12.08.18 - klo:12.38 »
Ota nämä rivit pois apache2.confista:

Koodia: [Valitse]
<Directory "/var/www/forum">
</Directory>

Tuo tyhjä määritys saattaa hyvinkin häiritä forum.confissa määriteltyä /var/www/forum -directoryä, etenkin kun tyhjä määritys tehdään forum.confin lataamisen jälkeen.


Copperminen osalta puolestaan pitäisi tarkistaa, sijaitseeko se tosiaan /var/www/html/coppermine -hakemistossa, kuten asetustiedostossa on määritelty, vai kenties suoraan /var/www:n alla (eli /var/www/coppermine), kuten muut palvelut.

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #9 : 12.08.18 - klo:12.50 »
Ota nämä rivit pois apache2.confista:

Koodia: [Valitse]
<Directory "/var/www/forum">
</Directory>

Tuo tyhjä määritys saattaa hyvinkin häiritä forum.confissa määriteltyä /var/www/forum -directoryä, etenkin kun tyhjä määritys tehdään forum.confin lataamisen jälkeen.


Copperminen osalta puolestaan pitäisi tarkistaa, sijaitseeko se tosiaan /var/www/html/coppermine -hakemistossa, kuten asetustiedostossa on määritelty, vai kenties suoraan /var/www:n alla (eli /var/www/coppermine), kuten muut palvelut.

Poistin, ei vaikutusta, kun forumiin yrittää niin menee tilaan missä asennettaisiin uusi forumi softa...

Coppermine on /var/www/html/coppermine hakemistossa.

nm

  • Käyttäjä
  • Viestejä: 16232
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #10 : 12.08.18 - klo:13.43 »
Ota nämä rivit pois apache2.confista:

Koodia: [Valitse]
<Directory "/var/www/forum">
</Directory>

Tuo tyhjä määritys saattaa hyvinkin häiritä forum.confissa määriteltyä /var/www/forum -directoryä, etenkin kun tyhjä määritys tehdään forum.confin lataamisen jälkeen.


Copperminen osalta puolestaan pitäisi tarkistaa, sijaitseeko se tosiaan /var/www/html/coppermine -hakemistossa, kuten asetustiedostossa on määritelty, vai kenties suoraan /var/www:n alla (eli /var/www/coppermine), kuten muut palvelut.

Poistin, ei vaikutusta, kun forumiin yrittää niin menee tilaan missä asennettaisiin uusi forumi softa...

Okei, no sellainen ongelma on sitten SMF:n puolella, ja Apache ei todennäköisesti liity asiaan mitenkään. Ehkä joku SMF:ää käyttänyt tietää tuosta enemmän, mutta olisi hyvä nähdä mitä sillä sivulla täsmälleen lukee.


Coppermine on /var/www/html/coppermine hakemistossa.

Tuleeko Copperminestä tuo lokissa näkyvä virhe:

Koodia: [Valitse]
[Sun Aug 12 09:10:24.639570 2018] [proxy_fcgi:error] [pid 6410] [client 66.249.66.43:63043] AH01071: Got error 'Primary script unknown\n'
Aikaleiman perusteella voit yhdistää käyttöyrityksen virheilmoitukseen.

Yksi etenemisvaihtoehto olisi poistaa nuo vanhat asennukset kokonaan ja asentaa ohjelmisto uudelleen. Toki silloin pitää huomioida ohjelman käyttämät tietokannat, eli niiden varmuuskopiointi ennen asennusta ja mahdolliset migraatiot asennettaessa uudempi versio.

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #11 : 12.08.18 - klo:21.53 »
Mietin vain kun kummatkin lopetti toiminan, forum ja coppermine, pitää tutkia syvemmin joku päivä tuota varmuus kopiointia.

NiceMan

  • Käyttäjä
  • Viestejä: 112
    • Profiili
Vs: Ubuntu,apache, galleria,Forum lopetti toimimisen.
« Vastaus #12 : 15.09.18 - klo:11.32 »
Sen verran että kaikki toimii, jokin polkusysteemi on muuttunut jossain vaiheessa jossakin päivityksessä eli:

Ennen oli https://www.theniceman.com/galleria niin se onkin muuttunut https://www.theniceman.com/coppermine/ eli alias tai jokin poistunut tai jotain... Eli galleria nyt toimii mutta pitää olla suora polku.

Toinen että myös Forum toimii, kopsasin vain uudemman smf:n hakemiston vanhan tilalle ja wow forum nousi pystyyn...
https://www.theniceman.com/forum/

Pitäisi vain SSL avain uudistaa niin ei valita ekalla kerralla siitä että on vanhetunut.

Onko PHP muuttunut jotain tosin Apache nyt näyttää omaa sivua viellä mutta pitää kehittää jokin aloitus sivu sen tilalle josta linkit...
« Viimeksi muokattu: 15.09.18 - klo:11.34 kirjoittanut NiceMan »