Russian TYPO3 community Форум больше не используется. Присоединяйтесь к каналу #community-ru в Slack for TYPO3 community  

Вернуться   Russian TYPO3 community > Тематические форумы > TYPO3 хостинг

Ответ
 
Опции темы Опции просмотра
Старый 18.03.2007, 22:00   #21
demav
Senior Member
 
Аватар для demav
 
Регистрация: 21.04.2006
Сообщений: 245
По умолчанию

"Файлы кидать" - это не поможет, проверено. Видимо, при компиляции php прописываются пути к площадке (или вроде того).

Надо выполнять все как написано в http://masterhost.ru/support/doc/php/#compile

Могу только помочь советом, если надо. Пишите в личку.

TemplaVoila на masterhost не запускал. Странно, что с TV возникают проблемы
demav вне форума   Ответить с цитированием
Старый 18.03.2007, 23:02   #22
greeen
Продвинутый
 
Регистрация: 22.01.2007
Сообщений: 80
Unhappy

Цитата:
Сообщение от demav Посмотреть сообщение
"Файлы кидать" - это не поможет, проверено. Видимо, при компиляции php прописываются пути к площадке (или вроде того).

Надо выполнять все как написано в http://masterhost.ru/support/doc/php/#compile

Могу только помочь советом, если надо. Пишите в личку.

TemplaVoila на masterhost не запускал. Странно, что с TV возникают проблемы
Пасибушки! Уже связался с техподдержкой. Сделал этот файл. Тока вот на мастерхосте вряд ли поставить темплавойлу, так как те 32 метра, что они дали под memory_limit мало, чтобы запустить EXT_MANAGER, через который я должен подключать темплавойлу. Теоретически, можно взять LIGHT_EXT_MANAGER, но вот как постаить его ручками ..... Моих познаний уже не хватает ((( Если сталкивался с подобной задачкой, подскажешь?
greeen вне форума   Ответить с цитированием
Старый 18.03.2007, 23:11   #23
demav
Senior Member
 
Аватар для demav
 
Регистрация: 21.04.2006
Сообщений: 245
По умолчанию

После создания "своего php", я в .htaccess пишу
php_value memory_limit "-1"

После получается доступно 32Мб и этого достаточно для запуска EM.
У меня запускается.
demav вне форума   Ответить с цитированием
Старый 18.03.2007, 23:52   #24
void
Senior Member
 
Аватар для void
 
Регистрация: 14.03.2006
Адрес: Russia, Penza
Сообщений: 1,504
Отправить сообщение для void с помощью ICQ
По умолчанию

Не для запуска самого EM. А для скачивания расширений с его помощью прямо из интерфейса EM. Для установки расширений из t3x требуется гораздо меньше.
Кстати говоря, в 4.1 сделаны изменения по количеству потребляемой EM памяти. Протестируйте, если есть возможность.
__________________
TYPO3 FAQ
void вне форума   Ответить с цитированием
Старый 19.03.2007, 00:54   #25
greeen
Продвинутый
 
Регистрация: 22.01.2007
Сообщений: 80
Smile

Цитата:
Сообщение от demav Посмотреть сообщение
После создания "своего php", я в .htaccess пишу
php_value memory_limit "-1"

После получается доступно 32Мб и этого достаточно для запуска EM.
У меня запускается.
Слушай, а у меня вот такой код, куда ее? да и вообще можно грохнуть в этом файле весь закомментированный текст, или он может впоследствии пригодиться? А то признаюсь, что строчку вписал, но по-моему, нарушив стандарты написания:
#####
#
# Example .htaccess file
#
# This file contains a collection of almost everything you will need
# for optimising TYPO3:
#
# - mod_rewrite (used for SimulateStaticDocuments, RealUrl, etc.)
# - PHP optimisation
#
# If you want to use it, you'll need to rename this file to '.htaccess'.
# (To make this work you will need to adjust the 'AllowOverride'
# directive in your Apache configuration file.)
#
# IMPORTANT: You may need to change this file depending on your TYPO3
# installation!
#
# You should change every occurance of TYPO3root/ to the location where you
# have your website in. For example:
# If you have your website located at http://mysite.com/
# then your TYPO3root/ is just empty (remove 'TYPO3root/')
# If you have your website located at http://mysite.com/some/path/
# then your TYPO3root/ is some/path/ (search and replace)
#
# If you have problems with this file, try using the minimal
# mod_rewrite.htaccess which is located in the typo3_src/misc/
# directory of this installation.
#
# You can also use this configuration in your httpd.conf, but you'll have
# to modify some lines, see the comments (search for 'httpd.conf')
#
# Using rewriting in your httpd.conf is much faster, btw.
#
# Questions about this file go to the matching Install mailing list,
# see http://typo3.org/documentation/mailing-lists/
#
####

### Begin: Rewrite stuff ###

# Enable URL rewriting
RewriteEngine On

# To assist in debugging rewriting, you could use these lines
# DON'T enable it for production!
# This will only work in httpd.conf, not in .htaccess files
#RewriteLog /var/log/apache/rewrite.log
#RewriteLogLevel 9

# If you use the RealUrl extension, then you'll have to enable the next line.
# You will have to change this path if your TYPO3 installation is located
# in a subdirectory of the website root.
#
# If you place this in httpd.conf, you cannot use this directive in any case!
#RewriteBase /

# Stop rewrite processing if we are in the typo3/ directory
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin|u ploads|showpic\.php)/ - [L]
RewriteRule ^(typo3|typo3temp|typo3conf|t3lib|tslib|fileadmin| uploads|showpic\.php)/ - [L]

# Redirect http://mysite/typo3 to http://mysite/typo3/index_re.php
# and stop the rewrite processing
# For httpd.conf, use this line instead of the next one:
# RewriteRule ^/TYPO3root/typo3$ /TYPO3root/typo3/index.php [L]
RewriteRule ^typo3$ typo3/index_re.php [L]

# If the file/symlink/directory does not exist => Redirect to index.php
# Important note: If you copy/paste this into httpd.conf instead
# of .htaccess you will need to add '%{DOCUMENT_ROOT}' left to each
# '%{REQUEST_FILENAME}' part.
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

# Main URL rewriting.

# If you use Windows and SimulateStaticDocuments do not work, try adding a
# slash (/) right before 'index.php' below.

# The example shows how to rewrite only *.html and *.pdf files to index.php
# This may be helpful when using an extension that can generate PDF files
# on the fly.
# Example: RewriteRule .*\.(html|pdf)$ index.php [L]

# For httpd.conf, use this line instead of the next one that has no '#':
# RewriteRule .* /TYPO3root/index.php [L]

# For use with the RealUrl extension, you might need to remove the
# RewriteBase directive somewhere above and use this line instead of the
# next one:
# RewriteRule .* /index.php [L]

RewriteRule .* index.php [L]

### End: Rewrite stuff ###

### Begin: PHP optimisation ###

php_value memory_limit "-1"
# All features below are left to the default if you don't change this.
# Simply remove the comment marks if you want to use some/all of these
# settings

# The PHP developers recommend disabling this feature. Do that.
# It's deprecated and is likely to be unsupported in future versions of PHP.
#php_flag allow_call_time_pass_reference off

# TYPO3 works fine with register_globals turned off.
# This is highly recommended!
#php_flag register_globals off

# PHP may not declare the argv & argc variables (that would contain the GET
# information).
# TYPO3 doesn't need this, so just turn it off.
#php_flag register_argc_argv off

# Magic quotes for runtime-generated data (data from SQL, exec(), etc.)
#php_flag magic_quotes_gpc off

# Order in which PHP registers GET, POST, Cookie and Built-in variables
#php_value variables_order GPCS

### End: PHP optimisation ###

### Begin: Miscellaneous ###

# Make sure that directory listings are disabled
#Options -Indexes

# There is a problem with Internet Explorer and mod_gzip on Apache servers.
# For more information, see
# http://typo3.org/documentation/docum...a/Tutorial-79/
#mod_gzip_item_exclude file \.css$
#mod_gzip_item_exclude file \.png$
#mod_gzip_item_exclude file \.gif$
#mod_gzip_item_exclude file \.jpg$
#mod_gzip_item_exclude file \.jpeg$
#mod_gzip_item_exclude file \.js$

### End: Miscellaneous ###

# Add your own rules here
# ...
greeen вне форума   Ответить с цитированием
Старый 19.03.2007, 00:58   #26
demav
Senior Member
 
Аватар для demav
 
Регистрация: 21.04.2006
Сообщений: 245
По умолчанию

Да нормально все. А что, не работает?
demav вне форума   Ответить с цитированием
Старый 19.03.2007, 12:52   #27
demav
Senior Member
 
Аватар для demav
 
Регистрация: 21.04.2006
Сообщений: 245
По умолчанию

Цитата:
Сообщение от void Посмотреть сообщение
Не для запуска самого EM. А для скачивания расширений с его помощью прямо из интерфейса EM. Для установки расширений из t3x требуется гораздо меньше.
Кстати, EM вообще не запускается, если memory_limit меньше 32 мегов.
demav вне форума   Ответить с цитированием
Старый 27.03.2007, 05:36   #28
Limer =)
Продвинутый
 
Аватар для Limer =)
 
Регистрация: 20.01.2007
Адрес: Novosibirsk
Сообщений: 47
Отправить сообщение для Limer =) с помощью ICQ
По умолчанию

Цитата:
Сообщение от demav Посмотреть сообщение
После создания "своего php", я в .htaccess пишу
php_value memory_limit "-1"

После получается доступно 32Мб и этого достаточно для запуска EM.
У меня запускается.
Я поставил memory_limit=0. Пишет no memory limit in effect. И всё работает!
Limer =) вне форума   Ответить с цитированием
Старый 27.03.2007, 05:37   #29
Limer =)
Продвинутый
 
Аватар для Limer =)
 
Регистрация: 20.01.2007
Адрес: Novosibirsk
Сообщений: 47
Отправить сообщение для Limer =) с помощью ICQ
По умолчанию

В инстолл install tool - вот и всё! При условии php как cgi
Limer =) вне форума   Ответить с цитированием
Старый 15.12.2008, 11:49   #30
Krimar
Новенький
 
Регистрация: 15.12.2008
Сообщений: 2
Thumbs down

Не подскажите хороший хостинг на территории Украины? Спасибо
Krimar вне форума   Ответить с цитированием
Ответ


Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB code is Вкл.
Смайлы Вкл.
[IMG] код Вкл.
HTML код Выкл.

Быстрый переход


Часовой пояс GMT +4, время: 02:59.


Работает на vBulletin® версия 3.8.1.
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Перевод: zCarot

Хостинг и техническая поддержка: TYPO3 Лаборатория