Skocz do zawartości
Pitu

Plik konfiguracyjny

Polecane posty

Witam

 

Nie wiem czy pisze w dobrym dziale jeśli nie to proszę o przeniesienie.

 

Mam takie pytanie jaka jest ścieżka do pliku konfiguracyjnego na dedyku z systemem ubuntu, ponieważ ustawiony jest limit wielkości pliku i nie wiem jak wejść przez ssh do tego pliku.

 

Pozdrawiam

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

albo stworzyć sobie plik z phpinfo w środku i pokaże

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Ale chodzi mi o położenie tego pliku, ponieważ nie wiem gdzie on się znajduje.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Ale chodzi mi o ścieżkę do pliku np. /var/www/nazwa strony/httpdocs/cfg/php.ini, dokładnie jaką ścieżkę mam wpisac w konsoli aby otworzyć ten pliki i go edytować.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Kto go zabije jako pierwszy ;) ?

Chcesz edytować globalnie php ?

Wpisujesz

php -i | grep php.ini

Dostajesz wynik

Configuration File (php.ini) Path => lokalizacja

Loaded Configuration File => dokładna ścieżka

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

OK dotarłem do pliku php.ini ale nie wiem jak się nazywa zmienna od wielkości wysyłanego pliku szukałem w necie ale wszedzie jest coś w stylu max_sice itp.

 

Oto zawartość php.ini

 

; trans sid support is disabled by default.
; Use of trans sid may risk your users security.
; Use this option with caution.
; - User may send URL contains active session ID
;   to other person via. email/irc/etc.
; - URL that contains active session ID may be stored
;   in publically accessible computer.
; - User may access your site with the same session ID
;   always using URL stored in browser's history or bookmarks.
session.use_trans_sid = 0

; The URL rewriter will look for URLs in a defined set of HTML tags.
; form/fieldset are special; if you include them here, the rewriter will
; add a hidden <input> field with the info which is otherwise appended
; to URLs.  If you want XHTML conformity, remove the form entry.
; Note that all valid entries require a "=", even if no value follows.
url_rewriter.tags = "a=href,area=href,frame=src,input=src,form=,fieldset="

[MSSQL]
; Allow or prevent persistent links.
mssql.allow_persistent = On

; Maximum number of persistent links.  -1 means no limit.
mssql.max_persistent = -1

; Maximum number of links (persistent+non persistent).  -1 means no limit.
mssql.max_links = -1

; Minimum error severity to display.
mssql.min_error_severity = 10

; Minimum message severity to display.
mssql.min_message_severity = 10

; Compatability mode with old versions of PHP 3.0.
mssql.compatability_mode = Off

; Connect timeout
;mssql.connect_timeout = 5

; Query timeout
;mssql.timeout = 60

; Valid range 0 - 2147483647.  Default = 4096.
;mssql.textlimit = 4096

; Valid range 0 - 2147483647.  Default = 4096.
;mssql.textsize = 4096

; Limits the number of records in each batch.  0 = all records in one batch.
;mssql.batchsize = 0

; Specify how datetime and datetim4 columns are returned
; On => Returns data converted to SQL server settings
; Off => Returns values as YYYY-MM-DD hh:mm:ss
;mssql.datetimeconvert = On

; Use NT authentication when connecting to the server
mssql.secure_connection = Off

; Specify max number of processes. -1 = library default
; msdlib defaults to 25
; FreeTDS defaults to 4096
;mssql.max_procs = -1

[Assertion]
; Assert(expr); active by default.
;assert.active = On

; Issue a PHP warning for each failed assertion.
;assert.warning = On

; Don't bail out by default.
;assert.bail = Off

; User-function to be called if an assertion fails.
;assert.callback = 0

; Eval the expression with current error_reporting().  Set to true if you want
; error_reporting(0) around the eval().
;assert.quiet_eval = 0

[Ingres II]
; Allow or prevent persistent links.
ingres.allow_persistent = On

; Maximum number of persistent links.  -1 means no limit.
ingres.max_persistent = -1

; Maximum number of links, including persistents.  -1 means no limit.
ingres.max_links = -1

; Default database (format: [node_id::]dbname[/srv_class]).
ingres.default_database =

; Default user.
ingres.default_user =

; Default password.
ingres.default_password =

[Verisign Payflow Pro]
; Default Payflow Pro server.
pfpro.defaulthost = "test-payflow.verisign.com"

; Default port to connect to.
pfpro.defaultport = 443

; Default timeout in seconds.
pfpro.defaulttimeout = 30

; Default proxy IP address (if required).
;pfpro.proxyaddress =

; Default proxy port.
;pfpro.proxyport =

; Default proxy logon.
;pfpro.proxylogon =

; Default proxy password.
;pfpro.proxypassword =

[com]
; path to a file containing GUIDs, IIDs or filenames of files with TypeLibs
;com.typelib_file =
; allow Distributed-COM calls
;com.allow_dcom = true
; autoregister constants of a components typlib on com_load()
;com.autoregister_typelib = true
; register constants casesensitive
;com.autoregister_casesensitive = false
; show warnings on duplicate constat registrations
;com.autoregister_verbose = true

[Printer]
;printer.default_printer = ""

[mbstring]
; language for internal character representation.
;mbstring.language = Japanese

; internal/script encoding.
; Some encoding cannot work as internal encoding.
; (e.g. SJIS, BIG5, ISO-2022-*)
;mbstring.internal_encoding = EUC-JP

; http input encoding.
;mbstring.http_input = auto

; http output encoding. mb_output_handler must be
; registered as output buffer to function
;mbstring.http_output = SJIS

; enable automatic encoding translation according to
; mbstring.internal_encoding setting. Input chars are
; converted to internal encoding by setting this to On.
; Note: Do _not_ use automatic encoding translation for
;	   portable libs/applications.
;mbstring.encoding_translation = Off

; automatic encoding detection order.
; auto means
;mbstring.detect_order = auto

; substitute_character used when character cannot be converted
; one from another
;mbstring.substitute_character = none;

; overload(replace) single byte functions by mbstring functions.
; mail(), ereg(), etc are overloaded by mb_send_mail(), mb_ereg(),
; etc. Possible values are 0,1,2,4 or combination of them.
; For example, 7 for overload everything.
; 0: No overload
; 1: Overload mail() function
; 2: Overload str*() functions
; 4: Overload ereg*() functions
;mbstring.func_overload = 0

[FrontBase]
;fbsql.allow_persistent = On
;fbsql.autocommit = On
;fbsql.default_database =
;fbsql.default_database_password =
;fbsql.default_host =
;fbsql.default_password =
;fbsql.default_user = "_SYSTEM"
;fbsql.generate_warnings = Off
;fbsql.max_connections = 128
;fbsql.max_links = 128
;fbsql.max_persistent = -1
;fbsql.max_results = 128
;fbsql.batchSize = 1000

[Crack]
; Modify the setting below to match the directory location of the cracklib
; dictionary files.  Include the base filename, but not the file extension.
; crack.default_dictionary = "c:\php\lib\cracklib_dict"

[exif]
; Exif UNICODE user comments are handled as UCS-2BE/UCS-2LE and JIS as JIS.
; With mbstring support this will automatically be converted into the encoding
; given by corresponding encode setting. When empty mbstring.internal_encoding
; is used. For the decode settings you can distinguish between motorola and
; intel byte order. A decode setting cannot be empty.
;exif.encode_unicode = ISO-8859-15
;exif.decode_unicode_motorola = UCS-2BE
;exif.decode_unicode_intel	= UCS-2LE
;exif.encode_jis =
;exif.decode_jis_motorola = JIS
;exif.decode_jis_intel	= JIS

; Local Variables:
; tab-width: 4
; End:
extension=domxml.so
extension=gd.so
extension=mysql.so
extension=imap.so
extension=curl.so
zend_extension=/usr/lib/php4/ioncube_loader_lin_4.4.so
extension=sqlite.so

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość

upload_max_filesize i czasem można jeszcze do kompletu tak samo zrobić post_max_filesize

ale Ty chyba tego tu nie masz?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
upload_max_filesize i czasem można jeszcze do kompletu tak samo zrobić post_max_filesize

ale Ty chyba tego tu nie masz?

 

Tak tylko w tym rzecz, że w tym pliku php.ini zawartoość podałem wyżej nie ma takiego kodu jak upload_max_filesize

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

no to sobie dodaj taką wartość :| <rozbieg i głową w ścianę>

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Mam dalej problem zmieniłem obie wartości upload_max_filesize post_max_filesize na 30M ale mimo to wrzucając plik w skrypcie uploadu mający np. 3Mb nie wrzuca go ani nie wywala błędu tylko piszę proszę podać poprawny adres pliku, a podaje plik .zip a mając plik .zip mający np. 1,7mb normalnie go wrzuca co może być jeszcze nie tak??

 

Za pomoc dziękuję

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Mam dalej problem zmieniłem obie wartości upload_max_filesize post_max_filesize na 30M ale mimo to wrzucając plik w skrypcie uploadu mający np. 3Mb nie wrzuca go ani nie wywala błędu tylko piszę proszę podać poprawny adres pliku, a podaje plik .zip a mając plik .zip mający np. 1,7mb normalnie go wrzuca co może być jeszcze nie tak??

 

Za pomoc dziękuję

 

a restartowales apacha?

 

ed

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

No nie znam się zbyt dobrze na tym ale wpisywałem komende reboot czy ona wystarczy do restartu, jeśli tak to po niej jest to samo ;)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

zatrudnij administratora a nie sam ten serwer psujesz ;- ))

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
No nie znam się zbyt dobrze na tym ale wpisywałem komende reboot czy ona wystarczy do restartu, jeśli tak to po niej jest to samo ;)

http://pl.wikibooks.org/wiki/Linux_-_wprow...olutne_podstawy

Uczyć się komend powłoki!

Restart apache2 /etc/init.d/apache2 restart

W sumie malu dobrze mówisz, lżejsze życie będzie mieć

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Ok zrobiłem restart serwera (/etc/init.d/apache2 restart) wszedłem do pliku php.ini i jest ustawione upload_max_filesize post_max_filesize na 30M ale dalej nie przyjmuje plików ponad 2Mb ;)

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość papaj

moze masz 2 php ;) zrob plik z trescia

 <? phpinfo();?>

nazwij go info.php, wejdz na niego z przegladarki i wyciagnij z niego sciezke do php.ini.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
moze masz 2 php :( zrob plik z trescia

 <? phpinfo();?>

nazwij go info.php, wejdz na niego z przegladarki i wyciagnij z niego sciezke do php.ini.

 

Dzięki wielkie

 

Miałeś rację zmieniałem dane w innym php.ini niż jest używany.

 

Jeszcze raz dzięki teraz jest wszystko ok :(

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się


×